This commit is contained in:
Jonathan Campbell
2018-05-17 16:10:56 -07:00
parent 5b258b3bd4
commit a9bb45fccf
3 changed files with 1 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
# prefer to compile against our own copy of SDL 2.x IF the system does not provide one
x=`which sdl2-config`
x= # debug
if test -z "$x" ; then
echo Compiling our internal SDL 2.x
(cd vs2015/sdl2 && ./build-dosbox.sh) || exit 1

View File

@@ -49,7 +49,3 @@ fi
make -j || exit 1
make install || exit 1 # will install into ./linux-host
# STOP DELETING THE FILE!!!!! I need it for Windows builds!
cd "$srcdir" || exit 1
cp -v include/SDL_config.h.default include/SDL_config.h

0
vs2015/sdl2/configure vendored Normal file → Executable file
View File