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
path: root/intern
diff options
context:
space:
mode:
Diffstat (limited to 'intern')
-rw-r--r--intern/bmfont/SConscript1
-rw-r--r--intern/ghost/SConscript1
2 files changed, 2 insertions, 0 deletions
diff --git a/intern/bmfont/SConscript b/intern/bmfont/SConscript
index c5207760c5a..b0f596c57c9 100644
--- a/intern/bmfont/SConscript
+++ b/intern/bmfont/SConscript
@@ -18,4 +18,5 @@ source_files = ['intern/BMF_Api.cpp',
bmfont_env.Append (CPPPATH = ['.',
'intern'])
+bmfont_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])
bmfont_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_BMF', source=source_files)
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 6b58f056d9c..b8d47f49f33 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -36,4 +36,5 @@ else:
ghost_env.Append (CPPPATH = ['.',
'../string'])
+ghost_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])
ghost_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_GHOST', source=source_files)