mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
SCons: Build thirdparty code in own env, disable warnings
Also remove unnecessary `Export('env')` in other SCsubs,
Export should only be used when exporting *new* objects.
This commit is contained in:
@@ -5,8 +5,6 @@ Import('env')
|
||||
env.servers_sources = []
|
||||
env.add_source_files(env.servers_sources, "*.cpp")
|
||||
|
||||
Export('env')
|
||||
|
||||
SConscript('arvr/SCsub')
|
||||
SConscript('physics/SCsub')
|
||||
SConscript('physics_2d/SCsub')
|
||||
|
||||
Reference in New Issue
Block a user