aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'environment.py')
-rw-r--r--environment.py1
1 files changed, 1 insertions, 0 deletions
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():