mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:33:33 +03:00
make windows builds use the OS string "i386-pc-win32" instead of just "win32"
to make it more like other OS strings
This commit is contained in:
parent
93f96835f8
commit
f9e1f32adb
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
/* #define TIME_WITH_SYS_TIME 1 */
|
||||
|
||||
/* Define cpu-machine-OS */
|
||||
#define OS "win32"
|
||||
#define OS "i386-pc-win32"
|
||||
|
||||
/* The number of bytes in a long double. */
|
||||
#define SIZEOF_LONG_DOUBLE 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue