Skip to content

Commit

Permalink
Fix curl compilation on Linux/macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Jan 8, 2025
1 parent 3effd53 commit ef9829f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vendor/curl/lib/config-linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@
/* #undef NTLM_WB_FILE */

/* cpu-machine-OS */
#define OS "x86_64-pc-linux-gnu"
#define CURL_OS "x86_64-pc-linux-gnu"

/* Name of package */
#define PACKAGE "curl"
Expand Down
2 changes: 1 addition & 1 deletion vendor/curl/lib/config-macos.h
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@
/* #undef NTLM_WB_FILE */

/* cpu-machine-OS */
#define OS "x86_64-apple-darwin22.5.0"
#define CURL_OS "x86_64-apple-darwin22.5.0"

/* Name of package */
#define PACKAGE "curl"
Expand Down

0 comments on commit ef9829f

Please sign in to comment.