diff options
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index e9afa81..a1d36ef 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -109,8 +109,6 @@ def setup_commands(optbackend): if backend is None: if msbuild_exe is not None: backend = 'vs' # Meson will auto-detect VS version to use - elif mesonlib.is_osx(): - backend = 'xcode' else: backend = 'ninja' # Set backend arguments for Meson |