Skip to content

Commit 4047504

Browse files
committed
Added *.c to bootstrap includes
1 parent 11c4c01 commit 4047504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def recursively_include(results, directory, patterns):
3232
recursively_include(package_data, 'pythonforandroid/recipes', ['*.patch', 'Setup'])
3333
recursively_include(package_data, 'pythonforandroid/bootstraps',
3434
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
35-
'*.mk', ])
35+
'*.mk', '*.c'])
3636

3737
setup(name='python-for-android',
3838
version='0.2',

0 commit comments

Comments
 (0)