mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Add new file
This commit is contained in:
parent
8386275de4
commit
4f763d9845
1 changed files with 4 additions and 0 deletions
4
user-config/infos
Normal file
4
user-config/infos
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# 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 ./
|
||||
Loading…
Add table
Add a link
Reference in a new issue