diff options
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: |