[skip build]
[skip test]
This commit is contained in:
alexey.lysiuk 2023-03-28 15:31:03 +03:00
parent 584d339ece
commit f92764b9b3

View file

@ -544,7 +544,7 @@ class MesonTarget(BuildTarget):
args = ['open', f'{self.name}.xcodeproj']
else:
args = [state.bin_path / 'meson', 'compile']
if state.verbose:
args.append('--verbose')