SCons: Build core's thirdparty code in own environment

Also move Zlib and Zstd's build instructions to core/SCsub.
This commit is contained in:
Rémi Verschelde
2018-09-28 09:57:57 +02:00
parent c7e646c30a
commit a9e17af09a
8 changed files with 68 additions and 78 deletions

View File

@@ -3,6 +3,3 @@
Import('env')
env.add_source_files(env.core_sources, "*.cpp")
Export('env')