scons: builtin_glsl_function on windows needs bundled getopt.

This commit is contained in:
José Fonseca
2011-02-11 17:38:54 +00:00
parent ae760279f1
commit 982609f4cf
4 changed files with 23 additions and 5 deletions

View File

@@ -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':