mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
@@ -18,7 +18,13 @@ opts=
|
||||
|
||||
sys=`uname -s`
|
||||
|
||||
../configure "--srcdir=$srcdir" "--prefix=$instdir" --enable-static --disable-shared "--with-sdl-prefix=$srcdir/../sdl/linux-host" $opts || exit 1
|
||||
if [ -e "$srcdir/../sdl2/linux-host" ]; then
|
||||
sdldir="$srcdir/../sdl2/linux-host"
|
||||
else
|
||||
sdldir="$srcdir/../sdl/linux-host"
|
||||
fi
|
||||
|
||||
../configure "--srcdir=$srcdir" "--prefix=$instdir" --enable-static --disable-shared "--with-sdl-prefix=$sdldir" $opts || exit 1
|
||||
|
||||
# SDL is having concurrency problems with Brew compiles, help it out
|
||||
# https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/35627/version=sierra/testReport/junit/brew-test-bot/sierra/install_dosbox_x/
|
||||
|
Reference in New Issue
Block a user