Replies: 1 comment
-
It might be eaiser if you use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I am trying to cross-compile pydantic-core from Linux to Windows (target.x86_64-pc-windows-gnu). At the last step for "cdylib" with command
TARGET=x86_64-pc-windows-gnu PKG_CONFIG_ALLOW_CROSS=1 cargo zigbuild --release --target=$TARGET --verbose
I get an error
"rlib" and "staticlib" are compiled successfully, though.
I have the next flags:
Beta Was this translation helpful? Give feedback.
All reactions