From 0863408bc55a34fc3770336ce2ded82847f726c7 Mon Sep 17 00:00:00 2001 From: Timerix Date: Mon, 21 Apr 2025 20:02:16 +0500 Subject: [PATCH] disabled mono libs strip --- tasks/get_mono_files_from.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/get_mono_files_from.sh b/tasks/get_mono_files_from.sh index 9759aef..66b3dd3 100755 --- a/tasks/get_mono_files_from.sh +++ b/tasks/get_mono_files_from.sh @@ -33,10 +33,10 @@ case "$OS" in mv -v "$l" "dependencies/precompiled/mono-libs/$soname_without_version" done - myprint "${BLUE}stripping debug symbols from mono shared libraries" - for l in $(find "dependencies/precompiled/mono-libs" -name '*.so') ; do - strip -g "$l" - done + # myprint "${BLUE}stripping debug symbols from mono shared libraries" + # for l in $(find "dependencies/precompiled/mono-libs" -name '*.so') ; do + # strip -g "$l" + # done # copy mono c# libraries managed_libraries="mscorlib.dll"