This commit is contained in:
Jonathan Campbell
2017-12-13 16:21:06 -08:00
parent 3fcafc19be
commit 5540838f1f
5 changed files with 5 additions and 5 deletions

2
build
View File

@@ -2,7 +2,7 @@
# prefer to compile against our own copy of SDL 1.x
echo Compiling our internal SDL 1.x
(cd vs2015/sdl && build-dosbox.sh) || exit 1
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
# now compile ourself
echo Compiling DOSBox-X