diff options
Diffstat (limited to 'tools/depends/target/pythonmodule-pycryptodome/Makefile')
-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 |