diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-04 18:02:05 +1000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-04 22:09:27 +0300 |
commit | a576791064b92bfe44c958648eee64f55e87b23d (patch) | |
tree | f27b22873ab25ee2faaed50695a94ef8e7362253 /mesonbuild/backend/ninjabackend.py | |
parent | ca924451ac257d4b410d5da33d9354d195490237 (diff) | |
download | meson-a576791064b92bfe44c958648eee64f55e87b23d.zip meson-a576791064b92bfe44c958648eee64f55e87b23d.tar.gz meson-a576791064b92bfe44c958648eee64f55e87b23d.tar.bz2 |
Use American English - 'ise' -> 'ize' where applicable
Diffstat (limited to 'mesonbuild/backend/ninjabackend.py')
-rw-r--r-- | mesonbuild/backend/ninjabackend.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/backend/ninjabackend.py b/mesonbuild/backend/ninjabackend.py index 88bd7ca..eaf4cac 100644 --- a/mesonbuild/backend/ninjabackend.py +++ b/mesonbuild/backend/ninjabackend.py @@ -486,7 +486,7 @@ int dummy; # CustomTarget command needs extra paths first. if target.capture or ((mesonlib.is_windows() or mesonlib.is_cygwin()) and self.determine_windows_extra_paths(target.command[0])): - exe_data = self.serialise_executable(target.command[0], cmd[1:], + exe_data = self.serialize_executable(target.command[0], cmd[1:], # All targets are built from the build dir self.environment.get_build_dir(), capture=ofilenames[0] if target.capture else None) @@ -784,7 +784,7 @@ int dummy; d.install_subdirs.append([src_dir, inst_dir, dst_dir, sd.install_mode]) def generate_tests(self, outfile): - self.serialise_tests() + self.serialize_tests() test_exe = get_meson_script(self.environment, 'mesontest') cmd = [sys.executable, test_exe, '--no-rebuild'] if not self.environment.coredata.get_builtin_option('stdsplit'): |