synthesis.sh: CPLUSPLUS=0 for the 32-bit Lunatic build, too.

BUILD_LUNATIC now, maybe?

git-svn-id: https://svn.eduke32.com/eduke32@5030 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2015-02-22 19:35:01 +00:00
parent f5254f2114
commit 7285bc3bb2
1 changed files with 2 additions and 2 deletions

View File

@ -171,8 +171,8 @@ then
if [ -n "$BUILD_LUNATIC" ]; then
# clean the tree and build
echo "${make[@]}" LUNATIC=1 $clean all
"${make[@]}" LUNATIC=1 $clean all
echo "${make[@]}" LUNATIC=1 CPLUSPLUS=0 $clean all
"${make[@]}" LUNATIC=1 CPLUSPLUS=0 $clean all
# make sure all the targets were produced
verifytargets