awslabs / aws-crt-python

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

Fix linking on OpenBSD #448

Closed knightjoel closed 1 year ago

knightjoel commented 1 year ago

Issue #, if available:

This doesn't fully address, but is needed to support #447.

Description of changes:

OpenBSD doesn't ship with librt (anything needed from librt should be found in libc).

With this PR and the changes detailed in #447, the Python bindings build and are usable on OpenBSD.

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