We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bbe53 commit 635b551Copy full SHA for 635b551
mk/libuv/x86_64/unix/linux/Makefile
@@ -58,7 +58,7 @@ CXXFLAGS.target ?= $(CXXFLAGS)
58
LINK.target ?= $(LINK)
59
LDFLAGS.target ?= $(LDFLAGS)
60
AR.target ?= $(AR)
61
-ARFLAGS.target ?= crsT
+ARFLAGS.target ?= crs
62
63
# N.B.: the logic of which commands to run should match the computation done
64
# in gyp's make.py where ARFLAGS.host etc. is computed.
@@ -71,7 +71,7 @@ CXXFLAGS.host ?=
71
LINK.host ?= g++
72
LDFLAGS.host ?=
73
AR.host ?= ar
74
-ARFLAGS.host := crsT
+ARFLAGS.host := crs
75
76
# Define a dir function that can handle spaces.
77
# http://www.gnu.org/software/make/manual/make.html#Syntax-of-Functions
0 commit comments