mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
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:
parent
f5254f2114
commit
7285bc3bb2
1 changed files with 2 additions and 2 deletions
|
@ -171,8 +171,8 @@ then
|
||||||
|
|
||||||
if [ -n "$BUILD_LUNATIC" ]; then
|
if [ -n "$BUILD_LUNATIC" ]; then
|
||||||
# clean the tree and build
|
# clean the tree and build
|
||||||
echo "${make[@]}" LUNATIC=1 $clean all
|
echo "${make[@]}" LUNATIC=1 CPLUSPLUS=0 $clean all
|
||||||
"${make[@]}" LUNATIC=1 $clean all
|
"${make[@]}" LUNATIC=1 CPLUSPLUS=0 $clean all
|
||||||
|
|
||||||
# make sure all the targets were produced
|
# make sure all the targets were produced
|
||||||
verifytargets
|
verifytargets
|
||||||
|
|
Loading…
Reference in a new issue