Skip to content

Commit 94b15be

Browse files
committed
---
yaml --- r: 3174 b: refs/heads/master c: 834f90f h: refs/heads/master v: v3
1 parent c3a17a7 commit 94b15be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 99301ff8303b6a0a21bb3aca9b0efb73b064ac2d
2+
refs/heads/master: 834f90f2a0667f43760bd62662e8cfcf24a1416d

trunk/mk/platform.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ CFG_LDPATH :=$(CFG_BUILD_DIR)/rt
6767
CFG_LDPATH :=$(CFG_LDPATH):$(CFG_BUILD_DIR)/rustllvm
6868
CFG_TESTLIB=$(CFG_BUILD_DIR)/$(strip \
6969
$(if $(findstring stage0,$(1)), \
70-
stage1, \
70+
stage0, \
7171
$(if $(findstring stage1,$(1)), \
72-
stage2, \
72+
stage1, \
7373
$(if $(findstring stage2,$(1)),\
74-
stage3, \
74+
stage2, \
7575
))))
7676

7777
ifdef CFG_WINDOWSY

0 commit comments

Comments
 (0)