Skip to content

Commit 96019a9

Browse files
Synchronize changes from 1.6 master branch [ci skip]
ef9829f Fix curl compilation on Linux/macOS
2 parents cdde4db + ef9829f commit 96019a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vendor/curl/lib/config-linux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@
777777
/* #undef NTLM_WB_FILE */
778778

779779
/* cpu-machine-OS */
780-
#define OS "x86_64-pc-linux-gnu"
780+
#define CURL_OS "x86_64-pc-linux-gnu"
781781

782782
/* Name of package */
783783
#define PACKAGE "curl"

vendor/curl/lib/config-macos.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@
777777
/* #undef NTLM_WB_FILE */
778778

779779
/* cpu-machine-OS */
780-
#define OS "x86_64-apple-darwin22.5.0"
780+
#define CURL_OS "x86_64-apple-darwin22.5.0"
781781

782782
/* Name of package */
783783
#define PACKAGE "curl"

0 commit comments

Comments
 (0)