Skip to content

Fix Dynamic Linking#44

Merged
NoXF merged 3 commits intoNoXF:masterfrom
abezukor:fix_dyanmic_link
Feb 8, 2026
Merged

Fix Dynamic Linking#44
NoXF merged 3 commits intoNoXF:masterfrom
abezukor:fix_dyanmic_link

Conversation

@abezukor
Copy link
Contributor

@abezukor abezukor commented Feb 4, 2026

With the current build.rs if the system-dylib feature is enabled, the static library is still compiled. Additionally if generate-bindings is enabled it will generate against the vendored headers, not the system headers.

`pkg_config` automaticially links against libwebp when we probe it.
libwebp is already probed if `generate-bindings` (in `include_paths`),
but we need to manually probe if `generate-bindings` is disabled.
@abezukor abezukor marked this pull request as ready for review February 4, 2026 21:03
@NoXF NoXF merged commit f3670fd into NoXF:master Feb 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants