From 0f89c8031a94b5c132eda03e03a5f2663c2d1a40 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 28 Mar 2005 16:43:43 +0000 Subject: [PATCH] Oops... Fixed missing 'x' when testing target OS. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index cfb06174..ad5c4b23 100644 --- a/SConstruct +++ b/SConstruct @@ -1415,7 +1415,7 @@ VMIME_BUILTIN_PLATFORMS='' VMIME_DETECT_PLATFORM='' case "x${target_os}" in -win* | mingw* | cygwin*) +xwin* | xmingw* | xcygwin*) VMIME_DETECT_PLATFORM='windows' ;; x*)