depends: Configure librustzcash for cross-compiling

This commit is contained in:
Jack Grigg
2018-04-13 21:42:50 -06:00
parent b57e4484ef
commit f77650a6ac
2 changed files with 16 additions and 2 deletions

View File

@@ -13,3 +13,6 @@ replace-with = "vendored-sources"
[source.vendored-sources]
directory = "CRATE_REGISTRY"
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"