Skip to content

Commit 6cb5e72

Browse files
committed
record minimum version of meson that is needed
Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 96842c5 commit 6cb5e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('qboot', 'c')
1+
project('qboot', 'c', meson_version: '>=0.49.0')
22

33
cc = meson.get_compiler('c')
44
objcopy = find_program('objcopy')

0 commit comments

Comments
 (0)