Mesa (mesa_7_7_branch): scons: Add Mac OS to target platform list.

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Thu Dec 3 19:20:01 UTC 2009


Module: Mesa
Branch: mesa_7_7_branch
Commit: c3b7f93e0284bf3337f32f3ec77fde4dbcc9c283
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3b7f93e0284bf3337f32f3ec77fde4dbcc9c283

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Sep  8 12:31:42 2009 +0100

scons: Add Mac OS to target platform list.
(cherry picked from commit 2c307c775018e5b9680de8022ddf0ce3b6f560be)

---

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

diff --git a/common.py b/common.py
index ccb9629..3b6bf52 100644
--- a/common.py
+++ b/common.py
@@ -59,7 +59,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')))
+											 allowed_values=('linux', 'cell', 'windows', 'winddk', 'wince', 'darwin')))
 	opts.Add(EnumOption('toolchain', 'compiler toolchain', 'default',
 											 allowed_values=('default', 'crossmingw', 'winsdk', 'winddk')))
 	opts.Add(BoolOption('llvm', 'use LLVM', 'no'))




More information about the mesa-commit mailing list