diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-07 10:22:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-07 10:31:23 +0300 |
commit | 47006871214c493e97037230b15bd9ac44194610 (patch) | |
tree | 605020a4b9d4615baa8006c52bf3199d91e1dec6 /project/platform.py | |
parent | project.toolset: merge both other modules to this one (diff) | |
download | cmake-common-47006871214c493e97037230b15bd9ac44194610.tar.gz cmake-common-47006871214c493e97037230b15bd9ac44194610.zip |
project.toolset: refactoring
Diffstat (limited to '')
-rw-r--r-- | project/platform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/platform.py b/project/platform.py index d5d1ed5..ed7ff69 100644 --- a/project/platform.py +++ b/project/platform.py @@ -104,7 +104,7 @@ class Platform(Enum): args += self.b2_stagedir(configuration) return args - def makefile_toolset_file(self): + def cmake_toolset_file(self): # For Makefile generators, we make a special toolset file that # specifies the -m32/-m64 flags, etc. if self is Platform.AUTO: |