Skip to content

Commit 18d1510

Browse files
committed
strip server_srv.so
1 parent c55ca0c commit 18d1510

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

game_clean/copy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ for F in "${DLLS[@]}"; do
115115
cp -f ${DEV_DIR}/${F}${DLL_EXT} ${DEV_DIR}/${F}_srv${DLL_EXT}
116116
patchelf --replace-needed libtier0.so libtier0_srv.so --replace-needed libvstdlib.so libvstdlib_srv.so ${DEV_DIR}/${F}_srv${DLL_EXT}
117117
cp ${DEV_DIR}/${F}_srv${DLL_EXT} ${CLEAN_DIR}/${F}_srv${DLL_EXT}
118+
strip ${CLEAN_DIR}/${F}_srv${DLL_EXT}
118119
fi
119120
fi
120121
done

0 commit comments

Comments
 (0)