aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.98k stars 1.06k forks source link

allow to build s3-crt as static libs without duplicate symbols #2845

Closed thierryba closed 9 months ago

thierryba commented 9 months ago

Issue #, if available: https://github.com/aws/aws-sdk-cpp/issues/2842

Description of changes: the s3 and s3crt are defining some common symbols. So when you build as static libs, it does not link due to duplicate symbols.

Check all that applies:

Check which platforms you have built SDK on to verify the correctness of this PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

jmklix commented 9 months ago

Fix merged with this PR: https://github.com/aws/aws-sdk-cpp/pull/2847