Skip to content

Commit 65b21a6

Browse files
committed
Support aarch64-apple-darwin20
1 parent d2cf800 commit 65b21a6

File tree

3 files changed

+2077
-4
lines changed

3 files changed

+2077
-4
lines changed

gen/generate.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ curl_h = joinpath(include_dir, "curl", "curl.h")
1717
# stdcheaders_h = joinpath(include_dir, "curl", "stdcheaders.h")
1818

1919
for target in JLLEnvs.JLL_ENV_TRIPLES
20-
# pending upstream: https://github.com/JuliaInterop/Clang.jl/pull/295
21-
target == "aarch64-apple-darwin20" && continue
22-
2320
@info "processing $target"
2421

2522
# programmatically add options

0 commit comments

Comments
 (0)