diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2021-01-07 11:26:54 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2021-01-07 11:26:54 +0100 |
commit | cf79d8f57747cb41fa9756263fe14470197c5c86 (patch) | |
tree | 0cb86cbeb6399e0eea63c0f76a83aa5bbbc2c5aa /SConscript | |
parent | d4244f3d52f276337b44b0bab8c85094c985682f (diff) |
build: Generate linker script.
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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'), |