aboutsummaryrefslogtreecommitdiff
path: root/run_cross_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_cross_test.py')
-rwxr-xr-xrun_cross_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/run_cross_test.py b/run_cross_test.py
index d1eb689..6e639cd 100755
--- a/run_cross_test.py
+++ b/run_cross_test.py
@@ -31,7 +31,8 @@ test_build_dir = 'work area'
install_dir = os.path.join(os.path.split(os.path.abspath(__file__))[0], 'install dir')
meson_command = './meson.py'
-extra_flags = ['--cross-file', 'cross/ubuntu-armhf.txt']
+#extra_flags = ['--cross-file', 'cross/ubuntu-armhf.txt']
+extra_flags = ['--cross-file', 'cross/ubuntu-mingw.txt']
ninja_command = environment.detect_ninja()
if ninja_command is None:
raise RuntimeError('Could not find Ninja executable.')