Skip to content

Commit ef43663

Browse files
committed
jemalloc: use $(AR), not ar
1 parent 517e611 commit ef43663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rt/jemalloc/configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -4453,7 +4453,7 @@ PIC_CFLAGS='-fPIC -DPIC'
44534453
CTARGET='-o $@'
44544454
LDTARGET='-o $@'
44554455
EXTRA_LDFLAGS=
4456-
MKLIB='ar crus $@'
4456+
MKLIB='$(AR) crus $@'
44574457
CC_MM=1
44584458
44594459
default_munmap="1"

src/rt/jemalloc/configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ PIC_CFLAGS='-fPIC -DPIC'
226226
CTARGET='-o $@'
227227
LDTARGET='-o $@'
228228
EXTRA_LDFLAGS=
229-
MKLIB='ar crus $@'
229+
MKLIB='$(AR) crus $@'
230230
CC_MM=1
231231

232232
dnl Platform-specific settings. abi and RPATH can probably be determined

0 commit comments

Comments
 (0)