aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-03 23:58:41 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-03 23:58:41 +0300
commitbfe21ef89d73183c01e20cfbd13c461ee7809438 (patch)
tree2e745330acdccad26bacc68ee6551c71ad4de315
parent2d0b14411549e68b1b70e93c58edd2336ec3b685 (diff)
Adjust to new scope syntax
-rw-r--r--build/export.build2
-rw-r--r--cutl/buildfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/export.build b/build/export.build
index 0fff40e..546d726 100644
--- a/build/export.build
+++ b/build/export.build
@@ -2,7 +2,7 @@
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-$out_root/:
+$out_root/
{
include cutl/
}
diff --git a/cutl/buildfile b/cutl/buildfile
index 3bb0a74..bcd1b0d 100644
--- a/cutl/buildfile
+++ b/cutl/buildfile
@@ -40,7 +40,7 @@ install_include = [dir_path] include/cutl/
# We want these to be picked up even when LIBCUTL_BUILD2 is not defined.
#
-details/build2/:
+details/build2/
{
h{*}: install = false