From 00b463fc30b30911797c5d5eaaeae79b7a36589b Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 18 Dec 2009 22:40:33 +0000 Subject: scons: Set the default windows platform to be windows userspace. I thought I had done this ages ago. --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.py') diff --git a/common.py b/common.py index 3b6bf52c035..101fc558f40 100644 --- a/common.py +++ b/common.py @@ -12,7 +12,7 @@ import platform as _platform _platform_map = { 'linux2': 'linux', - 'win32': 'winddk', + 'win32': 'windows', } default_platform = sys.platform -- cgit v1.2.3