Skip to content

Commit b97c0ec

Browse files
committed
Merge pull request #662 from brussee/add-.jam
install .jam config files for recipes;
2 parents 24831df + 55c5abf commit b97c0ec

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)