Fixed jemalloc build

This commit is contained in:
WolverinDEV 2019-10-15 18:38:08 +02:00
parent b3f050f6d0
commit b4ed72d448
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if [[ -f libjemalloc.so.2 ]]; then
echo "Removing old jemalloc link"
rm libjemalloc.so.2
fi
ln -s linux_x64/lib/libjemalloc.so.2 .
ln -s ${build_os_type}_${build_os_arch}/lib/libjemalloc.so.2 .
cd ../../