Skip to content

Conversation

X547
Copy link
Contributor

@X547 X547 commented Aug 18, 2025

This is required for building Haiku add-ons and kernel modules as it have no prefix or suffix and file name is used for loading.

This is required for building Haiku add-ons and kernel modules as it have no
prefix or suffix and file name is used for loading.
@X547 X547 requested a review from jpakkane as a code owner August 18, 2025 18:45
@@ -2549,7 +2545,7 @@ def determine_filenames(self):
self.prefix = prefix
if self.suffix is None:
self.suffix = suffix
self.filename = self.filename_tpl.format(self)
self.filename = self.filename_tpl.format(self).removesuffix('.')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minimum Python is 3.7 https://github.com/mesonbuild/meson/blob/master/setup.py#L8; removesuffix was added in 3.9.

@bonzini bonzini modified the milestone: 1.10 Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants