Mesa (master): scons: Add cygwin to list of accepted platforms.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jun 4 01:41:59 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jun  3 18:41:19 2010 -0700

scons: Add cygwin to list of accepted platforms.

---

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

diff --git a/common.py b/common.py
index bdca375..f7dbe55 100644
--- a/common.py
+++ b/common.py
@@ -87,7 +87,7 @@ def AddOptions(opts):
 	opts.Add(EnumOption('machine', 'use machine-specific assembly code', default_machine,
 											 allowed_values=('generic', 'ppc', 'x86', 'x86_64')))
 	opts.Add(EnumOption('platform', 'target platform', default_platform,
-											 allowed_values=('linux', 'cell', 'windows', 'winddk', 'wince', 'darwin', 'embedded')))
+											 allowed_values=('linux', 'cell', 'windows', 'winddk', 'wince', 'darwin', 'embedded', 'cygwin')))
 	opts.Add('toolchain', 'compiler toolchain', 'default')
 	opts.Add(BoolOption('llvm', 'use LLVM', default_llvm))
 	opts.Add(BoolOption('dri', 'build DRI drivers', default_dri))




More information about the mesa-commit mailing list