diff options
author | José Fonseca <[email protected]> | 2009-12-18 22:40:33 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-12-22 19:03:56 +0000 |
commit | 00b463fc30b30911797c5d5eaaeae79b7a36589b (patch) | |
tree | 58b66670777c9518dde4b7c51cf974924c70832e /common.py | |
parent | 79bb3da4d3233f26352d549a7a9cb1d1d857c21d (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |