fix(qemu)

closes #4613

this bug introduced in 8.1.4 as well
This commit is contained in:
Jacob Heider 2023-12-27 14:49:29 -05:00
parent 49cd8ec97c
commit a94d62204d
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -69,7 +69,7 @@ build:
# https://gitlab.com/qemu-project/qemu/-/issues/1853
- run: sed -i -e"s/-isystem', /-isystem' + /g" meson.build
if: '>=8.2'
if: '>=8.1.4'
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install