Work on windows client build.

This commit is contained in:
Kirill Shakirov
2026-03-14 23:20:32 +01:00
parent d736045c5f
commit 4474872854
3 changed files with 154 additions and 3 deletions
+4
View File
@@ -23,5 +23,9 @@ tonic-prost-build = "0.14.5"
ocl-include = "0.6"
flate2 = "1.1.9"
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"
ar = "x86_64-w64-mingw32-ar"
rustflags = ["-L", "/usr/x86_64-w64-mingw32/lib"]