mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Scons: Build modules in seperate env.
This commit is contained in:
parent
e7c1255b06
commit
0e624234da
4 changed files with 19 additions and 6 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue