diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-03 23:52:22 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-03 23:52:22 +0300 |
commit | f26b449f825c0641328597b48cacf0d827a63147 (patch) | |
tree | fc2b54820b3ed7a5579a8d037fcb7a9491d4d831 /libmformat | |
parent | a9aabb75df0b9ebc166186b89c0d4d45708f9bbf (diff) |
Adjust to new scope syntax
Diffstat (limited to 'libmformat')
-rw-r--r-- | libmformat/build/export.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmformat/build/export.build b/libmformat/build/export.build index 3416bd3..7344762 100644 --- a/libmformat/build/export.build +++ b/libmformat/build/export.build @@ -1,4 +1,4 @@ -$out_root/: +$out_root/ { include libmformat/ } |