Skip to content

Commit 834f90f

Browse files
committed
StageN tests run against stageN libraries
1 parent 99301ff commit 834f90f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)