We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ar
1 parent 517e611 commit ef43663Copy full SHA for ef43663
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"
src/rt/jemalloc/configure.ac
@@ -226,7 +226,7 @@ PIC_CFLAGS='-fPIC -DPIC'
226
227
228
229
230
231
232
dnl Platform-specific settings. abi and RPATH can probably be determined
0 commit comments