We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf67d16 commit 4f7e8d8Copy full SHA for 4f7e8d8
posix.mak
@@ -560,7 +560,7 @@ ${STABLE_DMD}:
560
unzip -qd ${STABLE_DMD_ROOT} $${TMPFILE}.zip && rm $${TMPFILE}.zip
561
562
${DUB}: ${DUB_DIR} ${STABLE_DMD}
563
- cd ${DUB_DIR} && DC="$(abspath ${STABLE_DMD}) -conf=$(abspath ${STABLE_DMD_CONF})" ./build.sh
+ cd ${DUB_DIR} && DMD="${STABLE_DMD}" ./build.sh
564
565
################################################################################
566
# chm help files
0 commit comments