1
0
Fork 0

Remove substitution syntax breaking mac builds

This commit is contained in:
Alexander Harkness 2020-04-01 20:12:09 +01:00
parent 41d4ea6948
commit 3148f6511e
No known key found for this signature in database
GPG Key ID: 5187245ADF160B76
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export CCACHE_CPP2=true
CACHE_ARGS="-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
# Build
CXX=$CXXCOMP CC=$CCOMP cmake . -DNO_NATIVE_OPTIMIZATION=1 -DBUILD_TOOLS=1 ${CACHE_ARGS} ${TOOLCHAINFILE} ${COMPILEMODE^^} ${FORCE32^^}
CXX=$CXXCOMP CC=$CCOMP cmake . -DNO_NATIVE_OPTIMIZATION=1 -DBUILD_TOOLS=1 ${CACHE_ARGS} ${TOOLCHAINFILE} ${COMPILEMODE} ${FORCE32}
make -j 2