godot/servers/physics_2d/SCsub

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
166 B
Text
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")