Reduce the library path now that we are copying the libraries.

This commit is contained in:
Rafael Ávila de Espíndola 2011-07-20 16:32:06 -04:00
parent 88894b6f9c
commit 5691d15703
1 changed files with 1 additions and 2 deletions

View File

@ -77,8 +77,7 @@ ifdef CFG_UNIXY
CFG_PATH_MUNGE := true
CFG_EXE_SUFFIX :=
CFG_RUN_TARG=\
$(CFG_LDENV)=$(CFG_BUILD_DIR)/$(1):$(CFG_BUILD_DIR)/$(2)/lib $(3)
CFG_RUN_TARG=$(CFG_LDENV)=$(CFG_BUILD_DIR)/$(1) $(3)
CFG_RUN_TEST=\
$(CFG_LDENV)=$(call CFG_TESTLIB,$(1)) \
$(CFG_VALGRIND) $(1)