From: José Fonseca Date: Fri, 18 Dec 2009 22:40:33 +0000 (+0000) Subject: scons: Set the default windows platform to be windows userspace. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00b463fc30b30911797c5d5eaaeae79b7a36589b;p=mesa.git scons: Set the default windows platform to be windows userspace. I thought I had done this ages ago. --- 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