From ea12b5af0bd9c808a4a14016c89bd21a52fad13c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 26 May 2017 22:23:35 -0400 Subject: [PATCH] Use IS_IOS instead of IS_DARWIN --- GNUmakefile-cross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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