Skip to content

Instantly share code, notes, and snippets.

@mati865
Last active December 16, 2019 13:58
Show Gist options
  • Save mati865/607049d837cbfe4968d26c811f2e11da to your computer and use it in GitHub Desktop.
Save mati865/607049d837cbfe4968d26c811f2e11da to your computer and use it in GitHub Desktop.
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