fail to build ring in Windows #2140
Closed
cherish-ltt
started this conversation in
General
Replies: 1 comment 1 reply
-
Cross-compilation from a Windows host to an Apple target isn't well supported yet, unfortunately. I hope to improve this in a future release. There are issues tracking this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
```The` following warnings were emitted during compilation:
warning: [email protected]: cc.exe: error: unrecognized debug output level 'full'
warning: [email protected]: cc.exe: error: unrecognized command-line option '-mmacosx-version-min=10.7'
warning: [email protected]: cc.exe: error: unrecognized command-line option '-arch'
error: failed to run custom build command for ring v0.17.8 ```
use cargo build --target=x86_64-apple-darwin in Windows10
Beta Was this translation helpful? Give feedback.
All reactions