Fixed jemalloc, building 1.3.25
This commit is contained in:
parent
14225839e4
commit
b3f050f6d0
2
TeaSpeak
2
TeaSpeak
@ -1 +1 @@
|
||||
Subproject commit c256dd3d60c9428a990092e3ba296b544f8b4cf9
|
||||
Subproject commit 12df9833674bfb9bb79b9dfccc1e1d0bde22fb2c
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user