mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
build: Don't use --(dis|en)able-core-inline
This commit is contained in:
@@ -72,6 +72,6 @@ fi
|
||||
# now compile ourself
|
||||
echo Compiling DOSBox-X
|
||||
chmod +x configure
|
||||
./configure --enable-core-inline --enable-debug=heavy --prefix=/usr --enable-sdl2 $opts "$@" || exit 1
|
||||
./configure --enable-debug=heavy --prefix=/usr --enable-sdl2 $opts "$@" || exit 1
|
||||
make -j3 || exit 1
|
||||
|
||||
|
Reference in New Issue
Block a user