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/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/gameengine/Physics/Dummy/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Physics/Dummy/SConscript b/source/gameengine/Physics/Dummy/SConscript
index 95b777b61be..15a68ad4e85 100644
--- a/source/gameengine/Physics/Dummy/SConscript
+++ b/source/gameengine/Physics/Dummy/SConscript
@@ -29,7 +29,7 @@ Import ('env')
sources = 'DummyPhysicsEnvironment.cpp'
-incs = '. ../common'
+incs = '. ../common ../../../../intern/moto/include'
defs = []