We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08a941 commit c24a05aCopy full SHA for c24a05a
src/riscv64.jl
@@ -90,7 +90,7 @@ function Base.BinaryPlatforms.validate_tags(tags::Dict)
90
end
91
92
function Base.parse(::Type{Platform}, triplet::AbstractString; validate_strict::Bool = false)
93
- # setup_riscv64()
+ setup_riscv64()
94
95
arch_mapping = BinaryPlatforms.arch_mapping
96
os_mapping = BinaryPlatforms.os_mapping
0 commit comments