Skip to content

Commit 04b8d6a

Browse files
olsonjefferyKerra Olson
authored andcommitted
---
yaml --- r: 44359 b: refs/heads/master c: 1cbbb58 h: refs/heads/master i: 44357: 4a8df21 44355: ccf430f 44351: 60b58f7 v: v3
1 parent 7352960 commit 04b8d6a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 73507c1961f7e8f5b6aef2a6d15867360906cd7f
2+
refs/heads/master: 1cbbb58d87aca14856a891eb48ce4b58ad5faa2a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
55
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3

trunk/.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = git://github.com/brson/llvm.git
44
[submodule "src/libuv"]
55
path = src/libuv
6-
url = git://github.com/olsonjeffery/libuv.git
6+
url = git://github.com/joyent/libuv.git

trunk/mk/platform.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ else
198198
endif
199199
CFG_RUN_TARG=$(call CFG_RUN,$(HLIB$(1)_H_$(CFG_HOST_TRIPLE)),$(2))
200200
CFG_RUN_TEST=$(call CFG_RUN,$(call CFG_TESTLIB,$(1),$(3)),$(1))
201-
CFG_LIBUV_LINK_FLAGS=-lWs2_32
201+
CFG_LIBUV_LINK_FLAGS=-lWs2_32 -lpsapi -liphlpapi
202202

203203
ifndef CFG_ENABLE_MINGW_CROSS
204204
CFG_PATH_MUNGE := $(strip perl -i.bak -p \
@@ -322,4 +322,4 @@ define CFG_MAKE_ASSEMBLER
322322
endef
323323

324324
$(foreach target,$(CFG_TARGET_TRIPLES),\
325-
$(eval $(call CFG_MAKE_ASSEMBLER,$(target))))
325+
$(eval $(call CFG_MAKE_ASSEMBLER,$(target))))

trunk/src/libuv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 42cc78fb6b9feb0c6f95dd3700f4dff714dc00d6
1+
Subproject commit da33bba7c04e0873b457a9a4290bed2adf620154

0 commit comments

Comments
 (0)