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 'extern/glew/SConscript')
-rw-r--r--extern/glew/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/extern/glew/SConscript b/extern/glew/SConscript
index d825968806e..a9687383a0c 100644
--- a/extern/glew/SConscript
+++ b/extern/glew/SConscript
@@ -6,7 +6,9 @@ Import('env')
sources = ['src/glew.c']
-defs = env['BF_GL_DEFINITIONS']
+defs = []
+defs += env['BF_GL_DEFINITIONS']
+
if env['WITH_BF_GLEW_MX']:
defs += ['GLEW_MX']