awslabs / aws-crt-python

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

AWS_CRT_BUILD_USE_SYSTEM_LIBS #593

Closed graebm closed 3 weeks ago

graebm commented 3 weeks ago

Issue #: https://github.com/awslabs/aws-crt-python/issues/588

User wants explicit way to choose whether aws-crt-python builds its own dependencies (their source code is under crt/), or find them prebuilt on the system.

There's currently a secret way to do this (delete crt/ folder, or don't sync submodules), but it's not documented.

Description of changes: Set AWS_CRT_BUILD_USE_SYSTEM_LIBS=1 to explicitly disable building dependencies

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