We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d66b2 commit ff3babeCopy full SHA for ff3babe
src/libd.mak
@@ -58,7 +58,7 @@ obj/parser.o: $(LIBD_SRC_PARSER)
58
$(DMD) -c -of"$@" $(LIBD_SRC_PARSER) -makedeps="$@.deps" $(DFLAGS)
59
60
check-libd-parser: $(LIBD_SRC_PARSER)
61
- $(RDMD) $(DFLAGS) -unittest -i $(addprefix --extra-file=, $^) --eval="assert(true)"
+ $(RDMD) --compiler="$(DMD)" $(DFLAGS) -unittest -i $(addprefix --extra-file=, $^) --eval="assert(true)"
62
63
obj/semantic/%.o: src/d/semantic/%.d
64
@mkdir -p obj/semantic
0 commit comments