Skip to content

Commit cf67d16

Browse files
committed
Add STABLE_DMD as dependency to the assert_writeln targets
1 parent 1f66c69 commit cf67d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posix.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,12 +589,12 @@ d.tag : chmgen.d $(STABLE_DMD) $(ALL_FILES) phobos-release druntime-release
589589

590590
ASSERT_WRITELN_BIN = $(GENERATED)/assert_writeln_magic
591591

592-
$(ASSERT_WRITELN_BIN): assert_writeln_magic.d $(DUB)
592+
$(ASSERT_WRITELN_BIN): assert_writeln_magic.d $(DUB) $(STABLE_DMD)
593593
@mkdir -p $(dir $@)
594594
$(DUB) build --single --compiler=$(STABLE_DMD) $<
595595
@mv ./assert_writeln_magic $@
596596

597-
$(ASSERT_WRITELN_BIN)_test: assert_writeln_magic.d $(DUB)
597+
$(ASSERT_WRITELN_BIN)_test: assert_writeln_magic.d $(DUB) $(STABLE_DMD)
598598
@mkdir -p $(dir $@)
599599
$(DUB) build --single --compiler=$(STABLE_DMD) --build=unittest $<
600600
@mv ./assert_writeln_magic $@

0 commit comments

Comments
 (0)