Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit f1f2b45

Browse files
committed
Embed full library install when running ld on OS X.
This resolves jemalloc#228.
1 parent 95e88de commit f1f2b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ case "${host}" in
268268
so="dylib"
269269
importlib="${so}"
270270
force_tls="0"
271-
DSO_LDFLAGS='-shared -Wl,-dylib_install_name,$(@F)'
271+
DSO_LDFLAGS='-shared -Wl,-install_name,$(LIBDIR)/$(@F)'
272272
SOREV="${rev}.${so}"
273273
sbrk_deprecated="1"
274274
;;

0 commit comments

Comments
 (0)