From 7285bc3bb2da37f66757f363b57cc537a3407bde Mon Sep 17 00:00:00 2001 From: helixhorned Date: Sun, 22 Feb 2015 19:35:01 +0000 Subject: [PATCH] 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 --- polymer/synthesis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index f1b7c3eff..b8ddc13da 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -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