Skip to content

Commit 4f7e8d8

Browse files
committed
Upgrade DUB build target to use $DMD instead of $DC
1 parent cf67d16 commit 4f7e8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ ${STABLE_DMD}:
560560
unzip -qd ${STABLE_DMD_ROOT} $${TMPFILE}.zip && rm $${TMPFILE}.zip
561561

562562
${DUB}: ${DUB_DIR} ${STABLE_DMD}
563-
cd ${DUB_DIR} && DC="$(abspath ${STABLE_DMD}) -conf=$(abspath ${STABLE_DMD_CONF})" ./build.sh
563+
cd ${DUB_DIR} && DMD="${STABLE_DMD}" ./build.sh
564564

565565
################################################################################
566566
# chm help files

0 commit comments

Comments
 (0)