From 55759e4aa990a9755e29f35a4aec6c0a6e89c7d7 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 6 Aug 2014 21:40:09 +0300 Subject: Can specify project options on the command line and the override defaults. --- environment.py | 1 + 1 file changed, 1 insertion(+) (limited to 'environment.py') diff --git a/environment.py b/environment.py index bd9a745..7072005 100644 --- a/environment.py +++ b/environment.py @@ -1376,6 +1376,7 @@ class Environment(): self.cross_info = CrossBuildInfo(self.coredata.cross_file) else: self.cross_info = None + self.cmd_line_options = options.projectoptions # List of potential compilers. if is_windows(): -- cgit v1.1