Skip to content

Commit 660ab8e

Browse files
committed
fix import paths for dmd-${LATEST}
- needs to use ../druntime-${LATEST}/import and ../phobos-${LATEST} - unclear how this used to work beforehand, likely did pick up ../druntime/import and ../phobos from a concurrent (or previous) prerelease build
1 parent 069a380 commit 660ab8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posix.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ $(DMD) : ${DMD_DIR}
630630

631631
$(DMD_LATEST) : ${DMD_LATEST_DIR}
632632
${MAKE} --directory=${DMD_LATEST_DIR}/src -f posix.mak AUTO_BOOTSTRAP=1
633+
sed -i -e "s|../druntime/import |../druntime-${LATEST}/import |" -e "s|../phobos |../phobos-${LATEST} |" $@.conf
633634

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

0 commit comments

Comments
 (0)