You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am trying to cross-compile pydantic-core from Linux to Windows now. PKG_CONFIG_ALLOW_CROSS=1 cargo zigbuild --release --target=x86_64-pc-windows-gnu --verbose
Now I get an error error: unsupported linker arg: /tmp/rustcXEPy7L/list.def on
Hi! I am trying to cross-compile pydantic-core from Linux to Windows now.
PKG_CONFIG_ALLOW_CROSS=1 cargo zigbuild --release --target=x86_64-pc-windows-gnu --verbose
Now I get an error
error: unsupported linker arg: /tmp/rustcXEPy7L/list.def
ona linker command
I think it is somehow related to
ziglang/zig#10336 (comment)
If you give a hint how to fix this I will try to make a pull-request
The text was updated successfully, but these errors were encountered: