Skip to content

Commit

Permalink
Merge pull request #4682 from yebblies/posixconf
Browse files Browse the repository at this point in the history
Fix posix build when HOST_DC has an explicit -conf switch
  • Loading branch information
dnadlinger committed May 27, 2015
2 parents 1c2f164 + 99a7507 commit b59c509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ ifeq (,$(AUTO_BOOTSTRAP))
ifeq (,$(HOST_DC_FULL))
$(error '$(HOST_DC)' not found, get a D compiler or make AUTO_BOOTSTRAP=1)
endif
HOST_DC_RUN:=$(HOST_DC)
HOST_DC:=$(HOST_DC_FULL)
HOST_DC_RUN=$(HOST_DC)
else
# Auto-bootstrapping, will download dmd automatically
HOST_DMD_VER=2.067.1
Expand Down

0 comments on commit b59c509

Please sign in to comment.