From 4c02a35fe067d24ce97207a702dd2e46f2203849 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 16 Apr 2014 21:38:49 +0300 Subject: Updated msvc compile and link flag functions. --- 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 ebf7d951c..96fff21dd 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 = None#shutil.which('msbuild') +msbuild_exe = shutil.which('msbuild') if msbuild_exe is not None: backend_flags = ['--backend=vs2010'] -- cgit v1.2.3