Kaydet (Commit) fdeb3e61 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Recognize also arm64

Change-Id: Ia66dc4bfa5ea32c6099a135d7182bac2418fb731
üst f1d75291
......@@ -12,7 +12,10 @@ $(eval $(call gb_CustomTarget_CustomTarget,ios/LibreOffice_app))
# looking for the "iarmv7" or "i386" in the -arch option that is part
# of $(CC)
ifneq ($(filter i386,$(CC)),)
ifneq ($(filter arm64,$(CC)),)
xcode_sdk=iphoneos
xcode_arch=arm64
else ifneq ($(filter i386,$(CC)),)
xcode_sdk=iphonesimulator
xcode_arch=i386
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment