Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2013-03-22 02:15:16 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-03-22 02:15:16 +0400
commit20c1ddbad7bd205e22285db7429f1e6197e6ba1d (patch)
treee2e781d8a09dee12b5156bfcc7b576465b2fd772 /SConstruct
parent6d8b3d2d948ccb7c9f053e10981d1b7b1f3cf286 (diff)
scons: fix broken compile since last int -> bool cleanup
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index e9ffab4f04f..72d5dca63b7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -382,6 +382,7 @@ else:
env['CPPFLAGS'].append('-DWITH_AUDASPACE')
env['CPPFLAGS'].append('-DWITH_AVI')
env['CPPFLAGS'].append('-DWITH_BOOL_COMPAT')
+env['CPPFLAGS'].append('-DHAVE_STDBOOL_H')
# lastly we check for root_build_dir ( we should not do before, otherwise we might do wrong builddir
B.root_build_dir = env['BF_BUILDDIR']