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/gameengine/Physics/Dummy/SConscript')
-rw-r--r--source/gameengine/Physics/Dummy/SConscript7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/gameengine/Physics/Dummy/SConscript b/source/gameengine/Physics/Dummy/SConscript
index 15a68ad4e85..3715dcf6aed 100644
--- a/source/gameengine/Physics/Dummy/SConscript
+++ b/source/gameengine/Physics/Dummy/SConscript
@@ -29,7 +29,12 @@ Import ('env')
sources = 'DummyPhysicsEnvironment.cpp'
-incs = '. ../common ../../../../intern/moto/include'
+incs = [
+ '.',
+ '../common',
+ '../../../../intern/moto/include',
+ ]
+incs = ' '.join(incs)
defs = []