diff options
-rw-r--r-- | tools/depends/target/nettle/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/depends/target/nettle/Makefile b/tools/depends/target/nettle/Makefile index ff6e12023e..7874902f41 100644 --- a/tools/depends/target/nettle/Makefile +++ b/tools/depends/target/nettle/Makefile @@ -8,9 +8,7 @@ SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz ifeq ($(OS),ios) - ifneq (,$(findstring 3.,$(XCODE_VERSION))) - CONFIGURE_FLAGS=-disable-assembler - endif + CONFIGURE_FLAGS=-disable-assembler endif # configuration settings |