Removed -flat_namespace from LDFLAGS for iOS cross compile. That's something that was used for OS X around 10.4 or so while transitioning to namespaes in dylibs

This commit is contained in:
Jeffrey Walton 2015-06-08 12:11:38 -04:00
parent 23899cf5ce
commit f23c30000d

View File

@ -36,7 +36,6 @@ ifeq ($(IS_IOS),1)
AR = libtool
ARFLAGS = -static -o
LDFLAGS += -flat_namespace
endif
# Android cross-compile configuration. Works in conjunction with IS_CROSS_COMPILE.