diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-28 09:57:57 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-28 11:40:41 +0200 |
commit | a9e17af09a546aee0c94ea1b53e5bb1428547876 (patch) | |
tree | dabc24fb45c4d49ec1b760189f97ee2d23ca918f /core/io/SCsub | |
parent | c7e646c30a5ca9abcd04383381d9a216cd2ee185 (diff) |
SCons: Build core's thirdparty code in own environment
Also move Zlib and Zstd's build instructions to core/SCsub.
Diffstat (limited to 'core/io/SCsub')
-rw-r--r-- | core/io/SCsub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/io/SCsub b/core/io/SCsub index 79b56cb716..1c5f954470 100644 --- a/core/io/SCsub +++ b/core/io/SCsub @@ -3,6 +3,3 @@ Import('env') env.add_source_files(env.core_sources, "*.cpp") - -Export('env') - |