Jesse Peek

Results 2 comments of Jesse Peek

Might be worth mentioning I've seen this issue with `cargo xwin build --release --target i686-pc-windows-msvc` and the fix was to add a flag `--xwin-arch=x86` I tried adding this to the...

Okay, dug a little bit, looks like the default values for `XWinOptions` are `x86_64` and `AArch64`, I was trying to set it with ```rust if target.get_platform_arch().unwrap() == "i686" { build.xwin.xwin_arch...