42-archive/malloc/run.sh
Jack Halford 8e70deabc3 all good
2017-10-22 17:37:56 +02:00

5 lines
122 B
Bash

#!/bin/sh
export DYLD_LIBRARY_PATH=.
export DYLD_INSERT_LIBRARIES="libft_malloc.so"
export DYLD_FORCE_FLAT_NAMESPACE=1
$@