Updated build_jemalloc script

This commit is contained in:
WolverinDEV 2019-10-15 18:39:49 +02:00
parent b4ed72d448
commit 16abb0dc5a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ fi
#Link the final so
cd ..
if [[ -f libjemalloc.so.2 ]]; then
if [[ -L libjemalloc.so.2 || -f libjemalloc.so.2 ]]; then
echo "Removing old jemalloc link"
rm libjemalloc.so.2
fi