diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-06 23:49:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-06 23:49:46 +0300 |
commit | addd6ff33184614c6ad191436d34ea7528b17878 (patch) | |
tree | 34a8efb72bfb266f9ab47d65522883eaac6e70a6 /project/platform.py | |
parent | "toolchain" -> "toolset", part 1 (diff) | |
download | cmake-common-addd6ff33184614c6ad191436d34ea7528b17878.tar.gz cmake-common-addd6ff33184614c6ad191436d34ea7528b17878.zip |
"toolchain" -> "toolset", part 2
Diffstat (limited to '')
-rw-r--r-- | project/platform.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/platform.py b/project/platform.py index 92890d0..44118b3 100644 --- a/project/platform.py +++ b/project/platform.py @@ -104,8 +104,8 @@ class Platform(Enum): args += self.b2_stagedir(configuration) return args - def makefile_toolchain_file(self): - # For Makefile generators, we make a special toolchain file that + def makefile_toolset_file(self): + # For Makefile generators, we make a special toolset file that # specifies the -m32/-m64 flags, etc. if self is Platform.AUTO: # Let the compiler decide. |