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 ffc6ec5 commit 206761dCopy full SHA for 206761d
posix.mak
@@ -525,11 +525,11 @@ checkwhitespace: $(LIB) $(TOOLS_DIR)/checkwhitespace.d
525
git -C ../dscanner checkout phobos
526
git -C ../dscanner submodule update --init --recursive
527
528
-../dscanner/dsc: ../dscanner
+../dscanner/dsc: ../dscanner $(DMD) $(LIB)
529
# debug build is faster, but disable 'missing import' messages (missing core from druntime)
530
sed 's/dparse_verbose/StdLoggerDisableWarning/' ../dscanner/makefile > dscanner_makefile_tmp
531
mv dscanner_makefile_tmp ../dscanner/makefile
532
- make -C ../dscanner githash debug
+ DC=$(DMD) DFLAGS="$(DFLAGS) -defaultlib=$(LIB)" make -C ../dscanner githash debug
533
534
style: publictests style_lint
535
0 commit comments