Pass through of 64 bit switch to cmake.

Nicky 2014-05-26 16:54:53 +02:00
parent 0296707fec
commit a0dbdc3a96
1 changed files with 5 additions and 0 deletions

View File

@ -403,6 +403,11 @@ if [ $WANTS_CONFIG -eq $TRUE ] ; then
if [ $PLATFORM == "darwin" ] ; then
TARGET="Xcode"
if [ "${AUTOBUILD_ARCH}" == "x64" ]
then
TARGET_ARCH="x64"
WORD_SIZE=64
fi
elif [ \( $PLATFORM == "linux32" \) -o \( $PLATFORM == "linux64" \) ] ; then
TARGET="Unix Makefiles"
if [ "${AUTOBUILD_ARCH}" == "x64" ]