Removed SDL1 from pipeline build script.

This commit is contained in:
Matthew Budd 2020-06-12 21:10:52 -04:00
parent 6dd0ef841e
commit a4309af847
1 changed files with 6 additions and 5 deletions

View File

@ -32,11 +32,12 @@ sudo apt-get --assume-yes install lua5.1-dev
pkg-config --cflags --libs lua5.1 pkg-config --cflags --libs lua5.1
# Install libSDL-1.2 and libSDL-2 # Install libSDL-1.2 and libSDL-2
echo '****************************************' # libSDL-1.2 no long needed
echo 'Install Dependency libsdl1.2-dev' #echo '****************************************'
echo '****************************************' #echo 'Install Dependency libsdl1.2-dev'
sudo apt-get --assume-yes install libsdl1.2-dev #echo '****************************************'
sdl-config --cflags --libs #sudo apt-get --assume-yes install libsdl1.2-dev
#sdl-config --cflags --libs
echo '****************************************' echo '****************************************'
echo 'Install Dependency libsdl2-dev' echo 'Install Dependency libsdl2-dev'
echo '****************************************' echo '****************************************'