mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
Use default AR on windows (#522)
* Use default AR on windows * use llvm-ar * more
This commit is contained in:
@@ -13,3 +13,4 @@ rustflags = ["-C", "target-cpu=cortex-a76"]
|
||||
[env]
|
||||
CC = "clang"
|
||||
CXX = "clang++"
|
||||
AR = "llvm-ar"
|
||||
|
||||
Reference in New Issue
Block a user