From ae760279f142244590c8aa76e3139529ca42952f Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 11 Feb 2011 16:44:13 +0000 Subject: scons: Try to support building 64bit binaries on 32bit windows. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index a2c20471f7..3908840086 100644 --- a/SConstruct +++ b/SConstruct @@ -132,7 +132,7 @@ Export('env') # # Create host environent -if env['platform'] != common.host_platform: +if env['crosscompile'] and env['platform'] != 'embedded': host_env = Environment( options = opts, # no tool used -- cgit v1.2.3