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 'intern/ghost/SConscript')
-rw-r--r--intern/ghost/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 8a82b0dfd87..23a741bb3b9 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -35,6 +35,7 @@ else:
print "Unknown window system specified."
ghost_env.Append (CPPPATH = ['.',
+ '../ghost',
'../string'])
ghost_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])