mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-05 21:37:18 +03:00
add autogenerated jemalloc.sh wrapper script
This commit is contained in:
parent
da9dde0854
commit
2bd3cbc5c6
4 changed files with 30 additions and 2 deletions
9
bin/jemalloc.sh.in
Normal file
9
bin/jemalloc.sh.in
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
|
||||
@LD_PRELOAD_VAR@=${libdir}/libjemalloc.@SHLIB_SUFFIX_NAME@.1
|
||||
export @LD_PRELOAD_VAR@
|
||||
exec "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue