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:
Diffstat (limited to 'source/creator/SConscript')
-rw-r--r--source/creator/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/creator/SConscript b/source/creator/SConscript
index 6ee9aea29a5..8577872c48a 100644
--- a/source/creator/SConscript
+++ b/source/creator/SConscript
@@ -31,10 +31,9 @@ if not env['WITH_BF_SDL']:
if env['WITH_BF_PYTHON']:
incs += ' ../blender/python'
+ defs.append('WITH_PYTHON')
if env['BF_DEBUG']:
defs.append('_DEBUG')
-else:
- defs.append('DISABLE_PYTHON')
if env['BF_BUILDINFO']:
defs.append('BUILD_DATE')