diff --git a/GNUmakefile-cross b/GNUmakefile-cross index 1ce04681..0a3717ae 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -160,7 +160,7 @@ ifeq ($(findstring lean,$(MAKECMDGOALS)),lean) ifeq ($(findstring -fdata-sections,$(CXXFLAGS)),) CXXFLAGS += -fdata-sections endif # CXXFLAGS - ifneq ($(IS_DARWIN),0) + ifneq ($(IS_IOS),0) ifeq ($(findstring -Wl,-dead_strip,$(LDFLAGS)),) LDFLAGS += -Wl,-dead_strip endif # CXXFLAGS