fix for recent commit, WITH_GUARDEDALLOC wasn't enabled for makesrna, makesdna.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user