diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index d33ed9079..6894ac05c 100644 --- a/SConstruct +++ b/SConstruct @@ -726,6 +726,11 @@ env.SConscript('ext/libelf/SConscript', build_dir = joinpath(build_root, 'libelf'), exports = 'env') +# gzstream build is shared across all configs in the build root. +env.SConscript('ext/gzstream/SConscript', + build_dir = joinpath(build_root, 'gzstream'), + exports = 'env') + ################################################### # # This function is used to set up a directory with switching headers |