Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enable default features to bindgen for link libclang on osx #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thewh1teagle
Copy link

Fixing linking issue on macOS when using with other bindgen crates such as rodio

  --- stderr
  thread 'main' panicked at /Users/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/src/lib.rs:1860:1:
  a `libclang` shared library is not loaded on this thread
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
warning: `sonata-piper` (lib) generated 1 warning

Fixed by enable default features of bindgen with sonic-sys

@thewh1teagle thewh1teagle changed the title fix: enabloe default features to bindgen for link libclang on osx fix: enable default features to bindgen for link libclang on osx Aug 30, 2024
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.

1 participant