Default run_project_tests backend to ninja instead of xcode on OS X.

The xcode backend is still incomplete and fails many tests.
This commit is contained in:
Jukka Laurila 2018-03-07 23:20:56 +01:00 committed by Jussi Pakkanen
parent 58ce5fe62d
commit 31df4ae164
1 changed files with 0 additions and 2 deletions

View File

@ -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