diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-30 22:20:10 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-30 22:20:10 +0300 |
| commit | 702d3e2d9ca55ea330101c925df12e8fc9b40387 (patch) | |
| tree | e947815ae107d5cb46c54616e8bd75be562dd992 /coredata.py | |
| parent | 6a6f0d1d84fd914ab6e20e57f6f0c1c047ef34e2 (diff) | |
| download | meson-702d3e2d9ca55ea330101c925df12e8fc9b40387.tar.gz | |
Work started on supporting simultaneous native and cross builds.
Diffstat (limited to 'coredata.py')
| -rw-r--r-- | coredata.py | 1 |
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 = {} |
