mirror of
https://gitlab.com/qemu-project/meson.git
synced 2025-11-08 21:18:48 +08:00
Normalize the path of a configured file to avoid dupes (#640)
This commit is contained in:
committed by
Jussi Pakkanen
parent
69d9c2228d
commit
88aafd363e
@ -34,7 +34,7 @@ meson_command = './meson.py'
|
||||
extra_flags = ['--cross-file', sys.argv[1]]
|
||||
ninja_command = environment.detect_ninja()
|
||||
if ninja_command is None:
|
||||
raise RuntimeError('Could not find Ninja executable.')
|
||||
raise RuntimeError('Could not find Ninja v1.6 or newer')
|
||||
compile_commands = [ninja_command]
|
||||
test_commands = [ninja_command, 'test']
|
||||
install_commands = [ninja_command, 'install']
|
||||
|
||||
Reference in New Issue
Block a user