We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb6bae commit f5e9ee0Copy full SHA for f5e9ee0
1 file changed
pythonforandroid/recipes/libopenblas/__init__.py
@@ -33,6 +33,7 @@ def build_arch(self, arch):
33
"-DCMAKE_BUILD_TYPE=Release",
34
"-DBUILD_SHARED_LIBS=ON",
35
"-DC_LAPACK=ON",
36
+ "-DDYNAMIC_ARCH=0",
37
"-DTARGET={target}".format(
38
target={
39
"arm64-v8a": "ARMV8",
0 commit comments