From 2c5688445bfc8a98972d380c17227ec9da0588ae Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 5 Sep 2015 01:32:10 +0300 Subject: Created iphone cross file and made it possible to specify compile and link args in the cross file. --- environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environment.py') diff --git a/environment.py b/environment.py index db6d5a251..41520d143 100644 --- a/environment.py +++ b/environment.py @@ -632,7 +632,7 @@ class CrossBuildInfo(): for i in res: if not self.ok_type(i): raise EnvironmentException('Malformed value in cross file variable %s.' % varname) - self.items[varname] = res + self.config[s][entry] = res else: raise EnvironmentException('Malformed value in cross file variable %s.' % varname) -- cgit v1.2.3