diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-28 16:48:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-28 16:48:28 +0200 |
commit | 85d33a51cdc7e183bb96d8b7026ba391eedd55d7 (patch) | |
tree | 9c577272760d9485223570dda16eba2229a72f54 /build/root.build | |
parent | 51ecce49ef1ab1c6eb5e7f0acde0f2477d77ddc2 (diff) |
Make config module implicitly load config.build if exists
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/root.build b/build/root.build index 7321d32..89d8251 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,3 @@ -source $out_root/build/config.build - using cxx cxx.std = 14 |