Closed 9names closed 2 months ago
Without this, users compiling for mingw (either natively or cross-compiling) get linker errors. Tested from ubuntu 20.04:
sudo apt install mingw-w64-x86-64-dev mingw-w64 rustup target add x86_64-pc-windows-gnu cargo build --target x86_64-pc-windows-gnu
thanks !
Without this, users compiling for mingw (either natively or cross-compiling) get linker errors. Tested from ubuntu 20.04: