From f9e1f32adb36311f003a92415d928d72347b6a92 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 10 Mar 2004 08:14:22 +0000 Subject: make windows builds use the OS string "i386-pc-win32" instead of just "win32" to make it more like other OS strings --- lib/config-win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config-win32.h b/lib/config-win32.h index c734d7c48..7eca94e44 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -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 -- cgit v1.2.3