-
-
Save mati865/607049d837cbfe4968d26c811f2e11da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cp -f /mingw32/i686-w64-mingw32/lib/{*.a,*.o} `rustc --print sysroot`/lib/rustlib/i686-pc-windows-gnu/lib | |
cp -f /mingw64/x86_64-w64-mingw32/lib/{*.a,*.o} `rustc --print sysroot`/lib/rustlib/x86_64-pc-windows-gnu/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment