mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
Remove automatic building
This commit is contained in:
parent
f4fdc99f23
commit
5c87c6bb2d
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
# preload.sh - Test dynamically linked executables
|
||||
|
||||
[ ! -f "out/libhardened_malloc.so" ] && make -j"$(nproc)" # If the library isn't found, build it.
|
||||
[ -n "${LD_PRELOAD}" ] && LD_PRELOAD="${LD_PRELOAD} " # If LD_PRELOAD is already set, add a space.
|
||||
export LD_PRELOAD="${LD_PRELOAD}${PWD}/out/libhardened_malloc.so" # Add the library to LD_PRELOAD.
|
||||
exec "$@" # Run the command.
|
||||
|
|
Loading…
Add table
Reference in a new issue