File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
trunk/mk/libuv/x86_64/unix/linux Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: f7bbe537c11b83c529d755622bc7fdb831d751cd
2
+ refs/heads/master: 635b55100c37906ac53a9130873d9392e545e6e7
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ CXXFLAGS.target ?= $(CXXFLAGS)
58
58
LINK.target ?= $(LINK )
59
59
LDFLAGS.target ?= $(LDFLAGS )
60
60
AR.target ?= $(AR )
61
- ARFLAGS.target ?= crsT
61
+ ARFLAGS.target ?= crs
62
62
63
63
# N.B.: the logic of which commands to run should match the computation done
64
64
# in gyp's make.py where ARFLAGS.host etc. is computed.
@@ -71,7 +71,7 @@ CXXFLAGS.host ?=
71
71
LINK.host ?= g++
72
72
LDFLAGS.host ?=
73
73
AR.host ?= ar
74
- ARFLAGS.host := crsT
74
+ ARFLAGS.host := crs
75
75
76
76
# Define a dir function that can handle spaces.
77
77
# http://www.gnu.org/software/make/manual/make.html#Syntax-of-Functions
You can’t perform that action at this time.
0 commit comments