We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e621629 commit 4a82276Copy full SHA for 4a82276
configure
@@ -165,7 +165,7 @@ for tb in $_TOBUILD; do
165
done
166
167
if [ "$(command -v xbps-src-make 2>/dev/null)" ]; then
168
- masterdirarch=$(XBPS_ARCH= XBPS_TARGET_ARCH= xbps-uhelper -r "$MASTERDIR" arch)
+ masterdirarch=$(unset XBPS_ARCH; unset XBPS_TARGET_ARCH; xbps-uhelper -r "$MASTERDIR" arch)
169
xbps-src-make \
170
-distdir "$DISTDIR" \
171
-hostdir "$HOSTDIR" \
0 commit comments