mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Limit shared lib search to build libs
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
||||
|
||||
# Add shared libraries needed for runtime (from build/bin and build/libs)
|
||||
if [ -d ../libs ]; then
|
||||
find . ../libs -type f \( -name "*.so" -o -name "*.so.[0-9]*" \) -print0 | \
|
||||
find ../libs -type f \( -name "*.so" -o -name "*.so.[0-9]*" \) -print0 | \
|
||||
while IFS= read -r -d '' lib; do
|
||||
$ZIP_CMD "$lib"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user