mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-05 12:08:24 +00:00
Add LC_VERSION_MIN for the libr2.dylib iOS build
This commit is contained in:
parent
b9460c353c
commit
0314eed9fe
@ -8,7 +8,7 @@ USE_SIMULATOR=0
|
||||
SIMULATOR_ARCHS="x86_64"
|
||||
PACKAGE_RADARE=0
|
||||
EMBED_BITCODE=1
|
||||
CFLAGS="-O2"
|
||||
CFLAGS="-O2 -miphoneos-version-min=11.0"
|
||||
DOSH=0
|
||||
ARCHS="" # Will be set by -archs argument. If you want to set it -> e.g. ARCHS="armv7+arm64".
|
||||
MERGE_LIBS=1 # Will merge libs if you build for arm and simulator
|
||||
|
Loading…
Reference in New Issue
Block a user