scons: builtin_glsl_function on windows needs bundled getopt.
diff --git a/scons/gallium.py b/scons/gallium.py
index f9a2e59..24319a0 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -208,6 +208,7 @@
     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':