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 77511b6 commit bd761e3Copy full SHA for bd761e3
pythonforandroid/recipes/numpy/patches/ar.patch
@@ -5,7 +5,7 @@
5
self.mkpath(os.path.dirname(output_filename))
6
tmp_objects = objects + self.objects
7
+ from os import environ
8
-+ self.archiver[0] = 'arm-linux-androideabi-ar'
++ self.archiver[0] = environ["AR"]
9
while tmp_objects:
10
objects = tmp_objects[:50]
11
tmp_objects = tmp_objects[50:]
0 commit comments