Fix 2D debug templates linking
This commit is contained in:
@@ -3,4 +3,8 @@ from misc.utility.scons_hints import *
|
||||
|
||||
Import("env")
|
||||
|
||||
env.add_source_files(env.servers_sources, "*.cpp")
|
||||
if not env["disable_navigation_3d"]:
|
||||
env.add_source_files(env.servers_sources, "*.cpp")
|
||||
else:
|
||||
if env.debug_features:
|
||||
env.add_source_files(env.servers_sources, "navigation_server_3d.cpp")
|
||||
|
||||
Reference in New Issue
Block a user