From 152332ecc220d1f87571af9e3276bcb2dbb9c58a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 24 Jan 2017 17:52:30 +0300 Subject: Fix test.target assignment --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.1