mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 11:10:31 +02:00
xfce4-windowck-plugin: fix cross (missing blank)
This commit is contained in:
parent
bd5c99c239
commit
b12536cd85
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pre_configure() {
|
|||
autogen_args="--prefix=/usr"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
autogen_args+="--build=${XBPS_CROSS_TRIPLET} --host=${XBPS_CROSS_TRIPLET}"
|
||||
autogen_args+=" --build=${XBPS_CROSS_TRIPLET} --host=${XBPS_CROSS_TRIPLET}"
|
||||
fi
|
||||
|
||||
xdt-autogen ${autogen_args}
|
||||
|
|
Loading…
Add table
Reference in a new issue