imageflow icon indicating copy to clipboard operation
imageflow copied to clipboard

win32 fails if we set any target-cpu

Open lilith opened this issue 1 year ago • 0 comments

Works: cargo test --all --release --target=i686-pc-windows-msvc Fails: $env:RUSTFLAGS="-Ctarget-cpu="; cargo test --all --release --target=i686-pc-windows-msvc

lilith avatar Jan 21 '25 12:01 lilith