mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Scons: Build modules in seperate env.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
Import('env')
|
||||
Import('env_modules')
|
||||
|
||||
env.add_source_files(env.modules_sources, "*.cpp")
|
||||
env_gdscript = env_modules.Clone()
|
||||
|
||||
env_gdscript.add_source_files(env.modules_sources, "*.cpp")
|
||||
|
||||
Export('env')
|
||||
|
||||
Reference in New Issue
Block a user