We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b999a commit 474bd60Copy full SHA for 474bd60
src/rt/jemalloc/Makefile.in
@@ -9,6 +9,7 @@ vpath % .
9
SHELL := /bin/sh
10
11
CC := @CC@
12
+AR := @AR@
13
14
# Configuration parameters.
15
DESTDIR =
src/rt/jemalloc/configure
@@ -4453,7 +4453,7 @@ PIC_CFLAGS='-fPIC -DPIC'
4453
CTARGET='-o $@'
4454
LDTARGET='-o $@'
4455
EXTRA_LDFLAGS=
4456
-MKLIB='ar crus $@'
+MKLIB='$(AR) crus $@'
4457
CC_MM=1
4458
4459
default_munmap="1"
0 commit comments