mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 05:01:10 +00:00
Also remove unnecessary `Export('env')` in other SCsubs,
Export should only be used when exporting *new* objects.
7 lines
118 B
Python
7 lines
118 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.servers_sources, "*.cpp")
|
|
|
|
SConscript("effects/SCsub")
|