We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df2658 commit 9286612Copy full SHA for 9286612
pythonforandroid/recipes/freetype-py/__init__.py
@@ -7,5 +7,10 @@ class FreetypePyRecipe(PythonRecipe):
7
depends = ['freetype']
8
site_packages_name = 'freetype'
9
10
+ def get_recipe_env(self, arch=None, with_flags_in_cc=True):
11
+ env = super().get_recipe_env(arch, with_flags_in_cc)
12
+ env["SETUPTOOLS_SCM_PRETEND_VERSION_FOR_freetype"] = self.version
13
+ return env
14
+
15
16
recipe = FreetypePyRecipe()
0 commit comments