From 982609f4cf2afc4e0afd450aa24907986bca41ab Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 11 Feb 2011 17:38:54 +0000 Subject: scons: builtin_glsl_function on windows needs bundled getopt. --- scons/gallium.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scons') 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': -- cgit v1.2.3