godot/servers/physics_2d/SCsub
2025-10-05 04:22:49 +03:00

7 lines
166 B
Python

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
if not env["disable_physics_2d"]:
env.add_source_files(env.servers_sources, "*.cpp")