Skip to content

Commit

Permalink
add macos-aarch64 target for curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Massimo Ronca committed Aug 12, 2024
1 parent 5225f6e commit 76603d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/curl.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"dependencies" : [],
"linked-libs" : ["curl"]
},
"macos-aarch64": {
"linkflags": [],
"dependencies": [],
"linked-libraries": ["curl"]
},
"linux-x64" : {
"linkflags" : [],
"dependencies" : [],
Expand Down

0 comments on commit 76603d3

Please sign in to comment.