You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If these dependencies are available as both static and shared libs, you can force the static ones to be used by setting: `AWS_CRT_BUILD_FORCE_STATIC_LIBS=1`
119
119
120
+
### AWS_EXTRA_LIB_DIR ###
121
+
122
+
If you need to add additional library directories for the linker to search,
123
+
set environment variable `AWS_EXTRA_LIB_DIR` while building from source.
124
+
This sets the `library_dirs` parameter for the setuptools Extension, which tells the linker
125
+
where to find libraries during the build process.
126
+
These directories supplement (not replace) the linker's default search paths.
127
+
This is useful when you have custom library installations in non-standard locations.
128
+
129
+
For more details about `library_dirs` , see the [setuptools Extension documentation](https://setuptools.pypa.io/en/latest/userguide/ext_modules.html).
aws-crt-python builds against windows sdk version `10.0.17763.0`. This is the minimal version required for TLS 1.3 support on Windows. If you need a different Windows SDK version, you can set environment variable `AWS_CRT_WINDOWS_SDK_VERSION=<version>` while building from source:
148
+
149
+
aws-crt-python builds against windows sdk version `10.0.17763.0` . This is the minimal version required for TLS 1.3 support on Windows. If you need a different Windows SDK version, you can set environment variable `AWS_CRT_WINDOWS_SDK_VERSION=<version>` while building from source:
0 commit comments