diff options
Diffstat (limited to 'tests/common.test')
-rw-r--r-- | tests/common.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common.test b/tests/common.test index 0e8ce52..83623cf 100644 --- a/tests/common.test +++ b/tests/common.test @@ -17,7 +17,7 @@ # but rather the one doing the cross-compilation. # if ($null($crosstest)) - crosstest = false + crosstest = true end if (!$crosstest && $test.target != $build.host) |