We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fab58a commit a4f609fCopy full SHA for a4f609f
1 file changed
configure
@@ -165,11 +165,12 @@ for tb in $_TOBUILD; do
165
done
166
167
if [ "$(command -v xbps-src-make 2>/dev/null)" ]; then
168
+ masterdirarch=$(xbps-uhelper -r "$MASTERDIR" arch)
169
xbps-src-make \
170
-distdir "$DISTDIR" \
171
-hostdir "$HOSTDIR" \
172
-masterdir "$MASTERDIR" \
- ${XBPS_ARCH:+-arch ${XBPS_ARCH}} \
173
+ ${masterdirarch:+-arch $masterdirarch} \
174
${CROSS_ARCH:+-cross ${CROSS_ARCH}} \
175
-flags "$CFG_LOCAL $CFG_OVERLAYFS -L $CFG_CMDLINE" \
176
$TOBUILD \
0 commit comments