Skip to content

Commit

Permalink
Update library build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Nov 20, 2024
1 parent ade19be commit 0c85aab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ if [ $ifBuildAll = true ] || [ $ifBuildZSTD = true ] ; then
&& make -j $numProcs && make check \
&& cp -a lib/libzstd* $strBuildDir/lib/ \
&& cp -a lib/*.h $strBuildDir/include/ \
&& ln -sf $strBuildDir/$strTarget/lib/libzstd.so.1.5.5 $strBuildDir/lib/libzstd.so \
&& make clean \
|| exit
fi
Expand Down

0 comments on commit 0c85aab

Please sign in to comment.