Skip to content

Commit 4a82276

Browse files
committed
configure: unset XBPS{,_TARGET}_ARCH instead of setting it to nothing
1 parent e621629 commit 4a82276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ for tb in $_TOBUILD; do
165165
done
166166

167167
if [ "$(command -v xbps-src-make 2>/dev/null)" ]; then
168-
masterdirarch=$(XBPS_ARCH= XBPS_TARGET_ARCH= xbps-uhelper -r "$MASTERDIR" arch)
168+
masterdirarch=$(unset XBPS_ARCH; unset XBPS_TARGET_ARCH; xbps-uhelper -r "$MASTERDIR" arch)
169169
xbps-src-make \
170170
-distdir "$DISTDIR" \
171171
-hostdir "$HOSTDIR" \

0 commit comments

Comments
 (0)