Fix 2D debug templates linking

This commit is contained in:
Mounir Tohami
2025-10-05 04:19:36 +03:00
parent 06827c91c6
commit af404ff584
6 changed files with 18 additions and 17 deletions

View File

@@ -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")