diff options
author | José Fonseca <jfonseca@vmware.com> | 2011-02-11 17:38:54 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2011-02-11 20:09:26 +0000 |
commit | 982609f4cf2afc4e0afd450aa24907986bca41ab (patch) | |
tree | 93babf6ada7e9cc085a9f89bc5cb7368834a59b3 /scons | |
parent | ae760279f142244590c8aa76e3139529ca42952f (diff) |
scons: builtin_glsl_function on windows needs bundled getopt.
Diffstat (limited to 'scons')
-rwxr-xr-x | scons/gallium.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/gallium.py b/scons/gallium.py index f9a2e592db..24319a0c37 100755 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -208,6 +208,7 @@ def generate(env): env['crosscompile'] = platform != host_platform if machine == 'x86_64' and host_machine != 'x86_64': env['crosscompile'] = True + env['hostonly'] = False # Backwards compatability with the debug= profile= options if env['build'] == 'debug': |