From 47006871214c493e97037230b15bd9ac44194610 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 7 May 2021 10:22:29 +0300 Subject: project.toolset: refactoring --- project/platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/platform.py') 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: -- cgit v1.2.3