diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-03 15:27:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-03 15:27:18 +0200 |
commit | 0cbdc0afe4ef27417e654fd1409f644c5bd01ca4 (patch) | |
tree | a1e808bfc130009bf17e0de40e66a9ead21f4a64 | |
parent | c3f0489235f6d0e9cf9d6c302d7b086b4f9968dc (diff) |
Adjust to new scope syntax
-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 d3f607a..fd9e89d 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 libbutl/ } |