summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConscript b/SConscript
index bc20764..8613407 100644
--- a/SConscript
+++ b/SConscript
@@ -1,6 +1,9 @@
# Don't call this file explicitly, it is called implicitly by the build rules.
Import('env')
+Export('env')
+
+env.SConscript('ld_scripts/SConscript')
env.Append(
LIB_SOURCES = Glob('*.cpp') + Glob('*/*.cpp'),