fix for recent commit, WITH_GUARDEDALLOC wasn't enabled for makesrna, makesdna.

This commit is contained in:
2013-05-08 13:19:55 +00:00
parent a9a0e2d98f
commit 28617bd710
4 changed files with 13 additions and 0 deletions

View File

@@ -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)