Use default AR on windows (#522)

* Use default AR on windows

* use llvm-ar

* more
This commit is contained in:
Logan McNaughton
2025-07-20 08:16:04 +02:00
committed by GitHub
parent 41b1fd05be
commit 8010a6211c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -13,3 +13,4 @@ rustflags = ["-C", "target-cpu=cortex-a76"]
[env]
CC = "clang"
CXX = "clang++"
AR = "llvm-ar"