Mesa (master): scons: Set the default windows platform to be windows userspace.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Dec 22 19:04:02 UTC 2009


Module: Mesa
Branch: master
Commit: 00b463fc30b30911797c5d5eaaeae79b7a36589b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=00b463fc30b30911797c5d5eaaeae79b7a36589b

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Dec 18 22:40:33 2009 +0000

scons: Set the default windows platform to be windows userspace.

I thought I had done this ages ago.

---

 common.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common.py b/common.py
index 3b6bf52..101fc55 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




More information about the mesa-commit mailing list