Skip to content

Commit f028121

Browse files
committed
posix.mak: Update relative path of Druntime
1 parent 297f2d0 commit f028121

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
@@ -597,7 +597,7 @@ $(DMD) : ${DMD_DIR}
597597

598598
$(DMD_LATEST) : ${DMD_LATEST_DIR}
599599
${MAKE} --directory=${DMD_LATEST_DIR}/src -f posix.mak AUTO_BOOTSTRAP=1
600-
sed -i -e "s|../druntime/import |../druntime-${LATEST}/import |" -e "s|../phobos |../phobos-${LATEST} |" $@.conf
600+
sed -i -e "s|../druntime/import |../../dmd-${LATEST}/druntime/import |" -e "s|../phobos |../phobos-${LATEST} |" $@.conf
601601

602602
dmd-prerelease : $(STD_DDOC_PRERELEASE) druntime-target $G/changelog/next-version
603603
$(MAKE) AUTO_BOOTSTRAP=1 --directory=$(DMD_DIR) -f posix.mak html $(DDOC_VARS_PRERELEASE_HTML)

0 commit comments

Comments
 (0)