Skip to content

Commit f5e9ee0

Browse files
committed
libopenblas: disable dynamic arch
1 parent ddb6bae commit f5e9ee0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonforandroid/recipes/libopenblas/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def build_arch(self, arch):
3333
"-DCMAKE_BUILD_TYPE=Release",
3434
"-DBUILD_SHARED_LIBS=ON",
3535
"-DC_LAPACK=ON",
36+
"-DDYNAMIC_ARCH=0",
3637
"-DTARGET={target}".format(
3738
target={
3839
"arm64-v8a": "ARMV8",

0 commit comments

Comments
 (0)