summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-03 23:52:22 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-03 23:52:22 +0300
commitf26b449f825c0641328597b48cacf0d827a63147 (patch)
treefc2b54820b3ed7a5579a8d037fcb7a9491d4d831
parenta9aabb75df0b9ebc166186b89c0d4d45708f9bbf (diff)
Adjust to new scope syntax
-rw-r--r--libformat/build/export.build2
-rw-r--r--libmformat/build/export.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/libformat/build/export.build b/libformat/build/export.build
index 25c99aa..5a2e2ac 100644
--- a/libformat/build/export.build
+++ b/libformat/build/export.build
@@ -1,4 +1,4 @@
-$out_root/:
+$out_root/
{
include libformat/
}
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/
}