diff options
| author | Benjamin Redelings <benjamin.redelings@gmail.com> | 2017-12-30 10:04:56 -0800 |
|---|---|---|
| committer | Benjamin Redelings <benjamin.redelings@gmail.com> | 2018-01-01 22:42:49 -0800 |
| commit | 074bd544c7d2b12d00a4140fa8f12dde60b364c8 (patch) | |
| tree | 71a3a8246a6e24e51ea917aefd20d269d8ce5c89 | |
| parent | 4c7802b107d8fc09dda2e7846d8a6f653f1b11fb (diff) | |
| download | meson-074bd544c7d2b12d00a4140fa8f12dde60b364c8.tar.gz | |
Fix typo.
| -rw-r--r-- | mesonbuild/dependencies/misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/misc.py b/mesonbuild/dependencies/misc.py index 99c82e880..19fdc1915 100644 --- a/mesonbuild/dependencies/misc.py +++ b/mesonbuild/dependencies/misc.py @@ -52,7 +52,7 @@ from .base import ( # - boost_<module>.lib|.dll (shared) # where compiler is vc141 for example. # -# NOTE: -gb means runtime and build time debugging is on +# NOTE: -gd means runtime and build time debugging is on # -mt means threading=multi # # The `modules` argument accept library names. This is because every module that |
