diff options
author | fuzzard <fuzzard@kodi.tv> | 2022-05-01 20:06:36 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2022-05-01 20:06:36 +1000 |
commit | 15a7b7c1c3bccc494b1faa1df4631a8c6ddc155b (patch) | |
tree | 9b281eb74ef146de078d135f8fe5d94b58db679d /tools/depends/target/pythonmodule-pycryptodome | |
parent | 8cea05c45d1369d6e0cd8cba0e31e58534a494ce (diff) |
[tools/depends][target] pythonmodules fix arch build for arm64 macos
Diffstat (limited to 'tools/depends/target/pythonmodule-pycryptodome')
-rw-r--r-- | tools/depends/target/pythonmodule-pycryptodome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/pythonmodule-pycryptodome/Makefile b/tools/depends/target/pythonmodule-pycryptodome/Makefile index a50d920009..1fa504b0f2 100644 --- a/tools/depends/target/pythonmodule-pycryptodome/Makefile +++ b/tools/depends/target/pythonmodule-pycryptodome/Makefile @@ -10,7 +10,7 @@ ifeq ($(OS),android) endif ifeq (darwin, $(findstring darwin, $(HOST))) - ifeq ($(OS),darwin_embedded) + ifeq ($(CPU),arm64) # Work around an issue with xcode 11 stripping -arch arm64 flags. # Not required for xcode 12+, but doesnt hurt either. CFLAGS+= -target arm64-apple-darwin |