scons: ppc support.

This commit is contained in:
Michel Dänzer
2008-10-23 10:28:48 +02:00
parent 06c43beee0
commit 6b69e3c717
7 changed files with 12 additions and 1 deletions

View File

@@ -175,6 +175,7 @@ def generate(env):
machine = env['machine']
platform = env['platform']
x86 = env['machine'] == 'x86'
ppc = env['machine'] == 'ppc'
gcc = env['platform'] in ('linux', 'freebsd', 'darwin')
msvc = env['platform'] in ('windows', 'winddk', 'wince')