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 3109322 commit 85ff98bCopy full SHA for 85ff98b
pythonforandroid/recipes/reportlab/__init__.py
@@ -19,7 +19,7 @@ def prebuild_arch(self, arch):
19
# Remove it, since this is problematic in .apks unless the
20
# entire app is GPL:
21
font_dir = os.path.join(recipe_dir,
22
- "src", "reportlab", "fonts")
+ "src", "reportlab", "fonts")
23
if os.path.exists(font_dir):
24
for l in os.listdir(font_dir):
25
if l.lower().startswith('darkgarden'):
0 commit comments