Files
ChaChaGameRepo/Embedded/git/mingw64/bin/jemalloc.sh
2022-07-26 20:37:51 +02:00

10 lines
140 B
Bash

#!/bin/sh
prefix=/mingw64
exec_prefix=/mingw64
libdir=${exec_prefix}/lib
LD_PRELOAD=${libdir}/libjemalloc.dll
export LD_PRELOAD
exec "$@"