Fixed jemalloc, building 1.3.25

This commit is contained in:
WolverinDEV
2019-10-15 18:12:48 +02:00
parent 14225839e4
commit b3f050f6d0
2 changed files with 11 additions and 3 deletions
+10 -2
View File
@@ -46,7 +46,15 @@ if [ $? -ne 0 ]; then #Workaround because the install fails
exit 0
fi
#
cd ../../../
#Link the final so
cd ..
if [[ -f libjemalloc.so.2 ]]; then
echo "Removing old jemalloc link"
rm libjemalloc.so.2
fi
ln -s linux_x64/lib/libjemalloc.so.2 .
cd ../../
set_build_successful ${library_path}