From a0dbdc3a96edac9aa1f333ef9c65adf4be75e4f7 Mon Sep 17 00:00:00 2001 From: Nicky Date: Mon, 26 May 2014 16:54:53 +0200 Subject: [PATCH] Pass through of 64 bit switch to cmake. --- scripts/configure_firestorm.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/configure_firestorm.sh b/scripts/configure_firestorm.sh index 90e8aa2a64..5dd74a59fb 100755 --- a/scripts/configure_firestorm.sh +++ b/scripts/configure_firestorm.sh @@ -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" ]