Fix library path when running tests.

This commit is contained in:
Rafael Ávila de Espíndola 2011-06-17 16:13:12 -04:00
parent fc31c90b5c
commit 374967f67e
1 changed files with 2 additions and 2 deletions

View File

@ -69,9 +69,9 @@ CFG_TESTLIB=$(CFG_BUILD_DIR)/$(strip \
$(if $(findstring stage0,$(1)), \
stage0, \
$(if $(findstring stage1,$(1)), \
stage1, \
stage1/lib, \
$(if $(findstring stage2,$(1)),\
stage2, \
stage2/lib, \
))))
ifdef CFG_WINDOWSY