Skip to content

Commit

Permalink
Fix curl manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jul 17, 2023
1 parent e6364dd commit 72ace1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/curl.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"macos-x64" : {
"linkflags" : [],
"dependencies" : [],
"linked-libs" : [curl]
"linked-libs" : ["curl"]
},
"linux-x64" : {
"linkflags" : [],
Expand Down

0 comments on commit 72ace1a

Please sign in to comment.