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_gridmap = env_modules.Clone()
|
||||
|
||||
env_gridmap.add_source_files(env.modules_sources, "*.cpp")
|
||||
|
||||
Export('env')
|
||||
|
||||
Reference in New Issue
Block a user