diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-04-16 21:30:14 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-04-16 21:30:14 +0300 |
commit | 668d679c01175e8a8e5a300fd657c333ab151d43 (patch) | |
tree | baf059e99a4e446ea55d89ef9cf1467a122960a9 /run_tests.py | |
parent | 6579af34f3e0b4b93c2269f24613aefc48e419b7 (diff) | |
download | meson-668d679c01175e8a8e5a300fd657c333ab151d43.zip meson-668d679c01175e8a8e5a300fd657c333ab151d43.tar.gz meson-668d679c01175e8a8e5a300fd657c333ab151d43.tar.bz2 |
Some windows cleanups.
Diffstat (limited to 'run_tests.py')
-rwxr-xr-x | run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index 96fff21..ebf7d95 100755 --- a/run_tests.py +++ b/run_tests.py @@ -25,7 +25,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' -msbuild_exe = shutil.which('msbuild') +msbuild_exe = None#shutil.which('msbuild') if msbuild_exe is not None: backend_flags = ['--backend=vs2010'] |