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