File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/try/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 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: f7bbe537c11b83c529d755622bc7fdb831d751cd
5
+ refs/heads/try: 635b55100c37906ac53a9130873d9392e545e6e7
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
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