Fixed jemalloc, building 1.3.25
This commit is contained in:
+1
-1
Submodule TeaSpeak updated: c256dd3d60...12df983367
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user