summaryrefslogtreecommitdiffstats
path: root/modules/godot_physics_3d/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/godot_physics_3d/SCsub')
-rw-r--r--modules/godot_physics_3d/SCsub3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/godot_physics_3d/SCsub b/modules/godot_physics_3d/SCsub
index 41a59cd24e..1502eb39ee 100644
--- a/modules/godot_physics_3d/SCsub
+++ b/modules/godot_physics_3d/SCsub
@@ -1,6 +1,7 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
-Import('env')
+Import("env")
env.add_source_files(env.modules_sources, "*.cpp")