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:
@ -29,5 +29,3 @@ platform_sources.append('register_platform_apis.gen.cpp')
|
||||
|
||||
lib = env.add_library('platform', platform_sources)
|
||||
env.Prepend(LIBS=lib)
|
||||
|
||||
Export('env')
|
||||
|
||||
Reference in New Issue
Block a user