Skip to content

Commit 1daaafd

Browse files
committed
---
yaml --- r: 15185 b: refs/heads/try c: 635b551 h: refs/heads/master i: 15183: 1312154 v: v3
1 parent a738507 commit 1daaafd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: f7bbe537c11b83c529d755622bc7fdb831d751cd
5+
refs/heads/try: 635b55100c37906ac53a9130873d9392e545e6e7
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/mk/libuv/x86_64/unix/linux/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ CXXFLAGS.target ?= $(CXXFLAGS)
5858
LINK.target ?= $(LINK)
5959
LDFLAGS.target ?= $(LDFLAGS)
6060
AR.target ?= $(AR)
61-
ARFLAGS.target ?= crsT
61+
ARFLAGS.target ?= crs
6262

6363
# N.B.: the logic of which commands to run should match the computation done
6464
# in gyp's make.py where ARFLAGS.host etc. is computed.
@@ -71,7 +71,7 @@ CXXFLAGS.host ?=
7171
LINK.host ?= g++
7272
LDFLAGS.host ?=
7373
AR.host ?= ar
74-
ARFLAGS.host := crsT
74+
ARFLAGS.host := crs
7575

7676
# Define a dir function that can handle spaces.
7777
# http://www.gnu.org/software/make/manual/make.html#Syntax-of-Functions

0 commit comments

Comments
 (0)