diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-26 00:27:56 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-26 00:27:56 +0200 |
| commit | 13e3b5f32a8a51b41eb3753012a622e0a9b2d43b (patch) | |
| tree | 629a14fe27630b4955ddbb66e346621e97f81da5 | |
| parent | 11a9f61e51dd8d2d9bef210b32e9f98639c3fb4d (diff) | |
| download | meson-13e3b5f32a8a51b41eb3753012a622e0a9b2d43b.tar.gz | |
Whoopsie.
| -rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index 11410af00..6ca22c678 100644 --- a/coredata.py +++ b/coredata.py @@ -57,7 +57,7 @@ class CoreData(): self.modules = {} def get_builtin_option(self, optname): - if optname == 'type': + if optname == 'buildtype': return self.buildtype if optname == 'strip': return self.strip |
