Skip to content

Commit 1361001

Browse files
committed
---
yaml --- r: 5628 b: refs/heads/master c: b61e17b h: refs/heads/master v: v3
1 parent 659189e commit 1361001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 6306c8182668cccf899f1fd864fa85e139eb779d
2+
refs/heads/master: b61e17bdfd5de3546d756cf3cc0e91fbb3c0ef0f

trunk/mk/platform.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ifdef CFG_WINDOWSY
139139
CFG_LDPATH :=$(CFG_LLVM_BINDIR)
140140
CFG_LDPATH :=$(CFG_LDPATH):$$PATH
141141
CFG_RUN=PATH="$(CFG_LDPATH):$(1)" $(2)
142-
CFG_RUN_TARG=$(call CFG_RUN,,$(2))
142+
CFG_RUN_TARG=$(call CFG_RUN,$(1)/lib,$(2))
143143
CFG_RUN_TEST=$(call CFG_RUN,$(call CFG_TESTLIB,$(1)),$(1))
144144
CFG_LIBUV_LINK_FLAGS=-lWs2_32
145145

0 commit comments

Comments
 (0)