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

@ -1 +1 @@
Subproject commit c256dd3d60c9428a990092e3ba296b544f8b4cf9
Subproject commit 12df9833674bfb9bb79b9dfccc1e1d0bde22fb2c

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}