> Am 05.03.2021 um 21:31 schrieb Joshua Root <[email protected]>:
>
> On 2021-3-6 07:12 , Janosch Peters via macports-dev wrote:
>> For some reason macports puts braces around the whole expression
>> {INSTALL_PATH=…} I guess this is the reason the Variable is not recognized
>> anymore.
>
> To set INSTALL_PATH you're supposed to use the option xcode.destroot.path.
> But it does look like xcode.destroot.settings is being used as a string
> without flattening it first (options are actually lists). That is probably
> easy enough to fix, but work may be required to adapt any ports that are
> assuming the current behaviour.
>
Thanks Joshua. Using xcode.destroot.path works great.