mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
Handle meson config vars with spaces
This commit is contained in:
parent
7d0e083098
commit
23aff9ef6a
@ -46,6 +46,6 @@ for var in buildtype log b_ndebug b_sanitize log_handler jit; do
|
||||
old_value=$(jq -r ".[] | select(.name==\"$var\") | .value" <<< $config)
|
||||
new_value=${!var}
|
||||
if [[ $old_value != $new_value ]]; then
|
||||
meson configure -D$var=$new_value
|
||||
meson configure "-D$var=$new_value"
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user