summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-01-24 17:52:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-01-24 17:52:30 +0300
commit152332ecc220d1f87571af9e3276bcb2dbb9c58a (patch)
tree9b18dd872650c3ed41d43e5680fb7d3b244b3593 /build
parent5767aeb14646808401628610fd6aae2928b6ca22 (diff)
Fix test.target assignment
Diffstat (limited to 'build')
-rw-r--r--build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index 81bc39b..658852a 100644
--- a/build/root.build
+++ b/build/root.build
@@ -8,4 +8,4 @@ c{*}: extension = c
# Specify the test target for cross-testing.
#
-test.target = $cxx.target
+test.target = $c.target