mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
4 lines
No EOL
232 B
Text
4 lines
No EOL
232 B
Text
# Fix rust cross compiling windows - need installed mingw-w64-gcc wine
|
|
cd $HOME/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/
|
|
mv crt2.o crt2.o.bak
|
|
cp /usr/x86_64-w64-mingw32/lib/crt2.o ./ |