Files
godot/servers/physics_2d/SCsub

8 lines
166 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
2025-10-05 04:19:36 +03:00
if not env["disable_physics_2d"]:
env.add_source_files(env.servers_sources, "*.cpp")