From c1853c21e18e535f7b734076596495bd452d5d93 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 30 Sep 2013 18:42:46 +0300 Subject: Can specify cross file as a command line argument. --- run_cross_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'run_cross_test.py') diff --git a/run_cross_test.py b/run_cross_test.py index c479eaf..ee158ef 100755 --- a/run_cross_test.py +++ b/run_cross_test.py @@ -31,8 +31,7 @@ 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-mingw.txt'] +extra_flags = ['--cross-file', sys.argv[1]] ninja_command = environment.detect_ninja() if ninja_command is None: raise RuntimeError('Could not find Ninja executable.') -- cgit v1.1