mirror of
https://github.com/dlang/tools.git
synced 2025-04-26 21:22:22 +03:00
Updated makefile to use dmd/generated/os/release/model/dmd
This commit is contained in:
parent
d3a18244e0
commit
7364e9a42f
2 changed files with 3 additions and 1 deletions
|
@ -413,10 +413,12 @@ Please supply a bugzilla version
|
|||
changedRepos.each!(r => r.changes.writeTextChangesHeader(w, r.headline));
|
||||
|
||||
if (!revRange.empty)
|
||||
{
|
||||
if (useNightlyTemplate)
|
||||
w.put("$(BR)$(BIG $(RELATIVE_LINK2 bugfix-list, List of all upcoming bug fixes and enhancements.))\n\n");
|
||||
else
|
||||
w.put("$(BR)$(BIG $(RELATIVE_LINK2 bugfix-list, List of all bug fixes and enhancements in D $(VER).))\n\n");
|
||||
}
|
||||
|
||||
w.put("$(HR)\n\n");
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
DMD = ../dmd/src/dmd
|
||||
DMD = ../dmd/generated/$(OS)/release/$(MODEL)/dmd
|
||||
CC = gcc
|
||||
INSTALL_DIR = ../install
|
||||
DRUNTIME_PATH = ../druntime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue