awslabs / aws-crt-python

Python bindings for the AWS Common Runtime
Apache License 2.0
87 stars 42 forks source link

Fix editable build on Macs with XCode >= 15 #575

Closed DmitriyMusatkin closed 4 months ago

DmitriyMusatkin commented 4 months ago

Issue #, if available:

Description of changes: xcode 15 ships with new linker that flags duplicate rpath entries as warning and then we treat warnings as errors. unfortunately pyenv in brew ships with duplicate entries in sysconfig. lets revert back to old linker in editable mode until this is fixed.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.