summaryrefslogtreecommitdiff
path: root/common.py
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-12-18 22:40:33 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-12-22 19:03:56 +0000
commit00b463fc30b30911797c5d5eaaeae79b7a36589b (patch)
tree58b66670777c9518dde4b7c51cf974924c70832e /common.py
parent79bb3da4d3233f26352d549a7a9cb1d1d857c21d (diff)
scons: Set the default windows platform to be windows userspace.
I thought I had done this ages ago.
Diffstat (limited to 'common.py')
-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