Skip to content

Commit bd761e3

Browse files
committed
numpy use ar from toolchain
1 parent 77511b6 commit bd761e3

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/recipes/numpy/patches

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/numpy/patches/ar.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
self.mkpath(os.path.dirname(output_filename))
66
tmp_objects = objects + self.objects
77
+ from os import environ
8-
+ self.archiver[0] = 'arm-linux-androideabi-ar'
8+
+ self.archiver[0] = environ["AR"]
99
while tmp_objects:
1010
objects = tmp_objects[:50]
1111
tmp_objects = tmp_objects[50:]

0 commit comments

Comments
 (0)