Skip to content

Commit 7732b5c

Browse files
committed
---
yaml --- r: 3694 b: refs/heads/master c: 4e45e58 h: refs/heads/master v: v3
1 parent fd9cb21 commit 7732b5c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 2c234fdc97414990006d26f76f598814f95fc147
2+
refs/heads/master: 4e45e58c618ac2980e1b5dd737967b071a84e103

trunk/mk/platform.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,9 @@ ifdef CFG_UNIXY
7777

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

8685
ifdef CFG_ENABLE_MINGW_CROSS

0 commit comments

Comments
 (0)