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/os/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/os/SCsub')
-rw-r--r-- | core/os/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/os/SCsub b/core/os/SCsub index 4efc902717..1c5f954470 100644 --- a/core/os/SCsub +++ b/core/os/SCsub @@ -3,5 +3,3 @@ Import('env') env.add_source_files(env.core_sources, "*.cpp") - -Export('env') |