Skip to content

Commit 57c3e9b

Browse files
committed
Use generated/$(OS)/release/$(MODEL)/dmd as a location for the DMD binary
1 parent 670e3c5 commit 57c3e9b

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
@@ -41,7 +41,7 @@ TMP?=/tmp
4141

4242
# Last released versions
4343
DMD_STABLE_DIR=${DMD_DIR}-${LATEST}
44-
DMD_STABLE=$(DMD_STABLE_DIR)/src/dmd
44+
DMD_STABLE=$(DMD_STABLE_DIR)/generated/$(OS)/release/$(MODEL)/dmd
4545
DRUNTIME_STABLE_DIR=${DRUNTIME_DIR}-${LATEST}
4646
PHOBOS_STABLE_DIR=${PHOBOS_DIR}-${LATEST}
4747

0 commit comments

Comments
 (0)