Skip to content

Commit

Permalink
use DMD instead of HOST_DC
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Jul 5, 2015
1 parent d339f7d commit 110ebbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ CWS_TOCHECK = posix.mak win32.mak win64.mak osmodel.mak
CWS_TOCHECK += $(ALL_D_FILES) index.d
CWS_TOCHECK += $(filter-out etc/c/zlib/ChangeLog,$(ALL_C_FILES))

checkwhitespace:
$(HOST_DC) -run ../dmd/src/checkwhitespace.d $(CWS_TOCHECK)
checkwhitespace: $(LIB)
$(DMD) $(DFLAGS) -defaultlib= -debuglib= $(LIB) -run ../dmd/src/checkwhitespace.d $(CWS_TOCHECK)

#############################

Expand Down

0 comments on commit 110ebbc

Please sign in to comment.