aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-04-16 21:38:49 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-04-16 21:38:49 +0300
commit4c02a35fe067d24ce97207a702dd2e46f2203849 (patch)
tree0fdfc3b4d97f734f3e7dc4047e9d1fd39a914eaa /run_tests.py
parent668d679c01175e8a8e5a300fd657c333ab151d43 (diff)
downloadmeson-4c02a35fe067d24ce97207a702dd2e46f2203849.zip
meson-4c02a35fe067d24ce97207a702dd2e46f2203849.tar.gz
meson-4c02a35fe067d24ce97207a702dd2e46f2203849.tar.bz2
Updated msvc compile and link flag functions.
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index ebf7d95..96fff21 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']