Skip to content

Commit

Permalink
Fix posix build when HOST_DC has an explicit -conf switch
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed May 27, 2015
1 parent bb7b196 commit 99a7507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posix.mak
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 99a7507

Please sign in to comment.