Skip to content

Commit 5691d15

Browse files
committed
Reduce the library path now that we are copying the libraries.
1 parent 88894b6 commit 5691d15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mk/platform.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ ifdef CFG_UNIXY
7777

7878
CFG_PATH_MUNGE := true
7979
CFG_EXE_SUFFIX :=
80-
CFG_RUN_TARG=\
81-
$(CFG_LDENV)=$(CFG_BUILD_DIR)/$(1):$(CFG_BUILD_DIR)/$(2)/lib $(3)
80+
CFG_RUN_TARG=$(CFG_LDENV)=$(CFG_BUILD_DIR)/$(1) $(3)
8281
CFG_RUN_TEST=\
8382
$(CFG_LDENV)=$(call CFG_TESTLIB,$(1)) \
8483
$(CFG_VALGRIND) $(1)

0 commit comments

Comments
 (0)