Updated build_jemalloc script
This commit is contained in:
parent
b4ed72d448
commit
16abb0dc5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user