summaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-08-30 22:20:10 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-08-30 22:20:10 +0300
commit702d3e2d9ca55ea330101c925df12e8fc9b40387 (patch)
treee947815ae107d5cb46c54616e8bd75be562dd992 /coredata.py
parent6a6f0d1d84fd914ab6e20e57f6f0c1c047ef34e2 (diff)
downloadmeson-702d3e2d9ca55ea330101c925df12e8fc9b40387.tar.gz
Work started on supporting simultaneous native and cross builds.
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/coredata.py b/coredata.py
index 58c63d077..5ff142e09 100644
--- a/coredata.py
+++ b/coredata.py
@@ -40,6 +40,7 @@ class CoreData():
self.cross_file = None
self.compilers = {}
+ self.cross_compilers = {}
self.deps = {}
self.ext_progs = {}
self.ext_libs = {}