qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] util/cutil: Allow relocatable install with prefix /


From: Akihiko Odaki
Subject: Re: [PATCH] util/cutil: Allow relocatable install with prefix /
Date: Wed, 24 Jan 2024 12:25:00 +0900
User-agent: Mozilla Thunderbird

On 2024/01/23 19:06, Bin Meng wrote:
When configuring QEMU with --prefix=/, the generated QEMU executables
can't be relocated to other directories. Add an additional test logic
in starts_with_prefix() to handle this.

What about setting "" as CONFIG_PREFIX in Meson when --prefix=/ ?

CONFIG_PREFIX is expected not to have the ending slash. --prefix needs the ending slash for the root, but it is just a quirk of Meson, which is probably better to be handled in Meson, too.

Regards,
Akihiko Odaki



reply via email to

[Prev in Thread] Current Thread [Next in Thread]