awslabs / aws-crt-python

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

Remove linker hack #462

Closed graebm closed 1 year ago

graebm commented 1 year ago

This hack was an attempt to work around a long-standing bug where we had our include-paths and linker-paths in the wrong order. This was fixed in https://github.com/awslabs/aws-crt-python/pull/455 so we don't need the hack anymore.

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