From a9e17af09a546aee0c94ea1b53e5bb1428547876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 28 Sep 2018 09:57:57 +0200 Subject: SCons: Build core's thirdparty code in own environment Also move Zlib and Zstd's build instructions to core/SCsub. --- core/io/SCsub | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/io/SCsub') 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') - -- cgit v1.2.3