diff options
| -rw-r--r-- | .cargo/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 0000000..1ff397d --- /dev/null +++ b/.cargo/config @@ -0,0 +1,6 @@ +[target.x86_64-pc-windows-gnu] +linker = "/usr/bin/x86_64-w64-mingw32-gcc" +ar = "/usr/x86_64-w64-mingw32/bin/ar" + +[target.armv7-unknown-linux-gnueabihf] +linker = "arm-linux-gnueabihf-gcc" |
