Skip to content

Commit 374967f

Browse files
committed
Fix library path when running tests.
1 parent fc31c90 commit 374967f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/platform.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ CFG_TESTLIB=$(CFG_BUILD_DIR)/$(strip \
6969
$(if $(findstring stage0,$(1)), \
7070
stage0, \
7171
$(if $(findstring stage1,$(1)), \
72-
stage1, \
72+
stage1/lib, \
7373
$(if $(findstring stage2,$(1)),\
74-
stage2, \
74+
stage2/lib, \
7575
))))
7676

7777
ifdef CFG_WINDOWSY

0 commit comments

Comments
 (0)