From 668d679c01175e8a8e5a300fd657c333ab151d43 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 16 Apr 2014 21:30:14 +0300 Subject: Some windows cleanups. --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_tests.py') 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'] -- cgit v1.1