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 af3889f commit f46b572Copy full SHA for f46b572
mk/stage0.mk
@@ -3,8 +3,11 @@
3
$(HBIN0_H_$(CFG_BUILD))/:
4
mkdir -p $@
5
6
+# On windows these two are the same, so cause a redifinition warning
7
+ifneq ($(HBIN0_H_$(CFG_BUILD)),$(HLIB0_H_$(CFG_BUILD)))
8
$(HLIB0_H_$(CFG_BUILD))/:
9
10
+endif
11
12
$(SNAPSHOT_RUSTC_POST_CLEANUP): \
13
$(S)src/snapshots.txt \
0 commit comments