mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 20:00:34 +00:00
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:
parent
23899cf5ce
commit
f23c30000d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user