diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:16:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-04 00:16:33 +0300 |
commit | 1b84e022a88b0dab5f0e2c2235c0b30b644b2a08 (patch) | |
tree | 163ece6faecf35aad0c29672bbe299cb2bab8dbf /build | |
parent | 678dc0c7807d4fa9ca515596bc5d475338c7148a (diff) |
Adjust to new scope syntax
Diffstat (limited to 'build')
-rw-r--r-- | build/export.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/export.build b/build/export.build index 6f0347c..ff5fb17 100644 --- a/build/export.build +++ b/build/export.build @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -$out_root/: +$out_root/ { include libstd-modules/ } |