summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-12-18 22:40:33 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-01-08 14:31:25 +0000
commit9cdf6f025b2ed55cfb13dd09f870f01d0c7947d3 (patch)
treeac6f49043584231bbf797362fe1d63da6913c59f
parentbaeb3a23513b9045c1a50bbe21124a4f8a9b6cd6 (diff)
scons: Set the default windows platform to be windows userspace.
I thought I had done this ages ago.
-rw-r--r--common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.py b/common.py
index 3b6bf52c03..101fc558f4 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