aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/platform.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-07 10:22:29 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-07 10:31:23 +0300
commit47006871214c493e97037230b15bd9ac44194610 (patch)
tree605020a4b9d4615baa8006c52bf3199d91e1dec6 /project/platform.py
parentproject.toolset: merge both other modules to this one (diff)
downloadcmake-common-47006871214c493e97037230b15bd9ac44194610.tar.gz
cmake-common-47006871214c493e97037230b15bd9ac44194610.zip
project.toolset: refactoring
Diffstat (limited to 'project/platform.py')
-rw-r--r--project/platform.py2
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: