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
parent
23899cf5ce
commit
f23c30000d
|
|
@ -36,7 +36,6 @@ ifeq ($(IS_IOS),1)
|
||||||
|
|
||||||
AR = libtool
|
AR = libtool
|
||||||
ARFLAGS = -static -o
|
ARFLAGS = -static -o
|
||||||
LDFLAGS += -flat_namespace
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Android cross-compile configuration. Works in conjunction with IS_CROSS_COMPILE.
|
# Android cross-compile configuration. Works in conjunction with IS_CROSS_COMPILE.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue