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.
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.