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/blender/editors')
-rw-r--r--source/blender/editors/util/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/util/SConscript b/source/blender/editors/util/SConscript
index 0ee64fbf9f2..5cb46480e1f 100644
--- a/source/blender/editors/util/SConscript
+++ b/source/blender/editors/util/SConscript
@@ -9,4 +9,7 @@ incs += ' ../../makesrna'
incs += ' #extern/recastnavigation/Recast/Include'
incs += ' ../../blenloader'
+if not env['WITH_BF_GAMEENGINE']:
+ sources.remove('navmesh_conversion.cpp')
+
env.BlenderLib ( 'bf_editors_util', sources, Split(incs), [], libtype=['core','player'], priority=[130,210] )