aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-03-20 22:57:49 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-03-20 22:57:49 +0000
commit8945c85f968e851010b101ac2654aa3758470589 (patch)
treefa3f423213a629098327f64753b2a39ab0389caf
parent5b3c9e262bd56cddac699bf480b96940ee3acf6a (diff)
downloadmeson-8945c85f968e851010b101ac2654aa3758470589.zip
meson-8945c85f968e851010b101ac2654aa3758470589.tar.gz
meson-8945c85f968e851010b101ac2654aa3758470589.tar.bz2
Fix up typo in precompiled headers base option handling
-rw-r--r--mesonbuild/compilers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/compilers.py b/mesonbuild/compilers.py
index ba5c269..f1868dd 100644
--- a/mesonbuild/compilers.py
+++ b/mesonbuild/compilers.py
@@ -114,7 +114,7 @@ msvc_winlibs = ['kernel32.lib', 'user32.lib', 'gdi32.lib',
base_options = {
- 'b_pch': coredata.UserBooleanOption('b_lto', 'Use precompiled headers', False),
+ 'b_pch': coredata.UserBooleanOption('b_pch', 'Use precompiled headers', False),
'b_lto': coredata.UserBooleanOption('b_lto', 'Use link time optimization', False),
'b_sanitize': coredata.UserComboOption('b_sanitize',
'Code sanitizer to use',