-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
cross compile to x86_64-macos get error: "ld64.lld: error: Unable to find library for -liconv" #9725
Comments
@kemingy Does the error also occur on zig version 0.8.1 ? |
Yes. |
how are you expecting the iconv dependency to be resolved? |
Failed in 0.9.0, Maybe libiconv.tbd will help.
|
Please see this comment for a solution to this issue with the latest nightly Zig. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently using zig to cross compile a rust program to "x86_64-macos", but I got the error below:
cargo build --release --target x86_64-apple-darwin
The text was updated successfully, but these errors were encountered: