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