mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-25 00:12:19 +00:00
newapkbuild: escape meson variables
Otherwise we'll generate e.g. 'meson compile -j 7 -C output'
This commit is contained in:
parent
3af74788bb
commit
05d36a90ce
@ -85,7 +85,7 @@ build_meson() {
|
||||
--localstatedir=/var \\
|
||||
--buildtype=plain \\
|
||||
. output
|
||||
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||||
meson compile \${JOBS:+-j \${JOBS}} -C output
|
||||
__EOF__
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user