diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-30 14:23:36 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-30 14:23:36 +0200 |
| commit | 166df0896c4e601c58f7261145afba5ee4a088a5 (patch) | |
| tree | 5ad261b43692be47257985a52e4a5a744202434d /methods.py | |
| parent | f47979f0874b2ca6134e71575fbb359c6cc5ced0 (diff) | |
| download | redot-engine-166df0896c4e601c58f7261145afba5ee4a088a5.tar.gz | |
Fix typos with codespell
Using codespell 2.3-dev from current git.
And fix typo in `methods.py` for `vsproj=yes` option (still won't work
though).
Diffstat (limited to 'methods.py')
| -rw-r--r-- | methods.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods.py b/methods.py index 8604d388ce..09012b8763 100644 --- a/methods.py +++ b/methods.py @@ -781,7 +781,7 @@ def generate_vs_project(env, num_jobs): f'bin\\godot.windows.{config}{dev}.{plat_id}{f".{name}" if name else ""}.exe' for config in ModuleConfigs.CONFIGURATIONS for plat_id in ModuleConfigs.PLATFORM_IDS - for dev in ModuleConfig.DEV_SUFFIX + for dev in ModuleConfigs.DEV_SUFFIX ] self.arg_dict["cpppaths"] += ModuleConfigs.for_every_variant(env["CPPPATH"] + [includes]) self.arg_dict["cppdefines"] += ModuleConfigs.for_every_variant(env["CPPDEFINES"] + defines) |
