On 17/11/20 18:50, Stefano Garzarella wrote:
Running `configure [...] --extra-cflags="-I /xyz"` results in
compiler flags `-I [...] /xyz`, so the `-I` and `/xyz` are separated
by other compiler flags which obviously cannot work as expected. I
could work around that by removing the space and using a pattern like
`-I/xyz`.

This regression is not restricted to builds targeting Windows.

I'll take a look at fixing this (in meson).

meson.build sets a hard name for the Windows installer executable: installer = 'qemu-setup-' + meson.project_version() + '.exe'.

Previously the installer name could be changed by running `make installer INSTALLER=qemu-setup-something.exe`. This no longer works.
Is there an alternative solution how the name of the installer
executable can be set? Or how could I reimplement the lost
functionality?

No, there's no way to do this apart from patching meson.build.

Thanks,

Paolo


Reply via email to