mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 19:08:32 +08:00
more
This commit is contained in:
@@ -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
|
||||
|
@@ -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
0
vs2015/sdl2/configure
vendored
Normal file → Executable file
Reference in New Issue
Block a user