summaryrefslogtreecommitdiff
path: root/scons/gallium.py
diff options
context:
space:
mode:
Diffstat (limited to 'scons/gallium.py')
-rwxr-xr-xscons/gallium.py1
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':