From: Jo Shields Date: Wed, 16 Jun 2021 10:24:01 +0000 (-0400) Subject: Change condition for stripping to per-file (#54224) X-Git-Tag: submit/tizen/20210909.063632~739 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b015e2e24461313622575ca56fb76d4ad469ab5;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Change condition for stripping to per-file (#54224) Previously, stripping of all produced libraries (libmono-component-*) was based on the file type of libmonosgen. That would fail to do stripping in the corner case of producing a static libmonosgen but dynamic components. This eliminates that problem. --- diff --git a/src/mono/mono.proj b/src/mono/mono.proj index 1a0e235..e5d4bb2 100644 --- a/src/mono/mono.proj +++ b/src/mono/mono.proj @@ -508,11 +508,11 @@ - - - - - + + + + +