Skip to content

Commit

Permalink
explicitly pass OS, MODEL, and DMD
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Mar 3, 2015
1 parent e8dea80 commit 35ea3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -287,7 +287,7 @@ unittest : $(addsuffix .d,$(addprefix unittest/,$(D_MODULES)))
else
unittest : unittest-debug unittest-release
unittest-%:
$(MAKE) -f $(MAKEFILE) unittest BUILD=$*
$(MAKE) -f $(MAKEFILE) unittest OS=$(OS) MODEL=$(MODEL) DMD=$(DMD) BUILD=$*
endif

depend: $(addprefix $(ROOT)/unittest/,$(addsuffix .deps,$(D_MODULES)))
Expand Down

0 comments on commit 35ea3be

Please sign in to comment.