Skip to content

Commit 55c5abf

Browse files
committed
install .jam config files for recipes;
1 parent 24831df commit 55c5abf

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
@@ -31,7 +31,7 @@ def recursively_include(results, directory, patterns):
3131

3232
recursively_include(package_data, 'pythonforandroid/recipes',
3333
['*.patch', 'Setup*', '*.pyx', '*.py', '*.c', '*.h',
34-
'*.mk', ])
34+
'*.mk', '*.jam', ])
3535
recursively_include(package_data, 'pythonforandroid/bootstraps',
3636
['*.properties', '*.xml', '*.java', '*.tmpl', '*.txt', '*.png',
3737
'*.mk', '*.c', '*.h', '*.py', '*.sh', '*.jpg', '*.aidl', ])

0 commit comments

Comments
 (0)