You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Also remove unnecessary `Export('env')` in other SCsubs,
Export should only be used when exporting *new* objects.
8 lines
117 B
Python
8 lines
117 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.servers_sources, "*.cpp")
|
|
|
|
SConscript("joints/SCsub")
|