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 c3a17a7 commit 94b15beCopy full SHA for 94b15be
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 99301ff8303b6a0a21bb3aca9b0efb73b064ac2d
+refs/heads/master: 834f90f2a0667f43760bd62662e8cfcf24a1416d
trunk/mk/platform.mk
@@ -67,11 +67,11 @@ CFG_LDPATH :=$(CFG_BUILD_DIR)/rt
67
CFG_LDPATH :=$(CFG_LDPATH):$(CFG_BUILD_DIR)/rustllvm
68
CFG_TESTLIB=$(CFG_BUILD_DIR)/$(strip \
69
$(if $(findstring stage0,$(1)), \
70
- stage1, \
+ stage0, \
71
$(if $(findstring stage1,$(1)), \
72
- stage2, \
+ stage1, \
73
$(if $(findstring stage2,$(1)),\
74
- stage3, \
+ stage2, \
75
))))
76
77
ifdef CFG_WINDOWSY
0 commit comments