Module: Mesa Branch: master Commit: 00b463fc30b30911797c5d5eaaeae79b7a36589b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00b463fc30b30911797c5d5eaaeae79b7a36589b
Author: José Fonseca <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
