mirror of
https://github.com/chocolate-doom/buildscripts.git
synced 2024-11-10 06:31:39 +00:00
Force 32-bit build on OS X.
Subversion-branch: /buildscripts Subversion-revision: 2232
This commit is contained in:
parent
ae9db5b3a4
commit
1434492baa
1 changed files with 2 additions and 0 deletions
|
@ -263,6 +263,8 @@ SDL_BUILD_OPTIONS=""
|
|||
|
||||
if [ `uname` = "Darwin" ]; then
|
||||
SDL_BUILD_OPTIONS="--disable-video-x11 $SDL_BUILD_OPTIONS"
|
||||
CC="gcc -m32"
|
||||
export CC
|
||||
else
|
||||
LDFLAGS="-Wl,-rpath -Wl,$INSTALL_DIR/lib $LDFLAGS"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue