Skip to content

Commit 93fcf65

Browse files
committed
fix missing mk files in installed p4a
1 parent ee8dc92 commit 93fcf65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ def recursively_include(results, directory, patterns):
3030
results[directory].append(join(*filename.split(sep)[1:]))
3131

3232
recursively_include(package_data, 'pythonforandroid/recipes',
33-
['*.patch', 'Setup*', '*.pyx', '*.py', '*.c', '*.h', ])
33+
['*.patch', 'Setup*', '*.pyx', '*.py', '*.c', '*.h',
34+
'*.mk', ])
3435
recursively_include(package_data, 'pythonforandroid/bootstraps',
3536
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
3637
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl', ])

0 commit comments

Comments
 (0)