scons: builtin_glsl_function on windows needs bundled getopt.
[mesa.git] / scons / gallium.py
index f9a2e592db8746063ad3ba82f8c3f191eb78d04a..24319a0c378ce4c58a00448713d633adc48a2113 100755 (executable)
@@ -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['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':
 
     # Backwards compatability with the debug= profile= options
     if env['build'] == 'debug':