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:
authorCampbell Barton <ideasman42@gmail.com>2013-05-08 17:19:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-08 17:19:55 +0400
commit28617bd7106b918bfd40305fdd709f3e73649d9c (patch)
tree178d9584c7887e166d3a4a967e00073be428e33e /source/blender/makesrna/intern/SConscript
parenta9a0e2d98f4093244157a6ceb9d9960ba813b2ce (diff)
fix for recent commit, WITH_GUARDEDALLOC wasn't enabled for makesrna, makesdna.
Diffstat (limited to 'source/blender/makesrna/intern/SConscript')
-rw-r--r--source/blender/makesrna/intern/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript
index 910cf8385f5..98f82ee7909 100644
--- a/source/blender/makesrna/intern/SConscript
+++ b/source/blender/makesrna/intern/SConscript
@@ -145,6 +145,7 @@ if env['WITH_BF_FREESTYLE']:
if not env['BF_DEBUG']:
defs.append('NDEBUG')
+defs.append('WITH_GUARDEDALLOC')
makesrna_tool.Append(CPPDEFINES=defs)