Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
fdeb3e61
Kaydet (Commit)
fdeb3e61
authored
Kas 05, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Recognize also arm64
Change-Id: Ia66dc4bfa5ea32c6099a135d7182bac2418fb731
üst
f1d75291
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CustomTarget_LibreOffice_app.mk
ios/CustomTarget_LibreOffice_app.mk
+4
-1
No files found.
ios/CustomTarget_LibreOffice_app.mk
Dosyayı görüntüle @
fdeb3e61
...
@@ -12,7 +12,10 @@ $(eval $(call gb_CustomTarget_CustomTarget,ios/LibreOffice_app))
...
@@ -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
# looking for the "iarmv7" or "i386" in the -arch option that is part
# of $(CC)
# 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_sdk=iphonesimulator
xcode_arch=i386
xcode_arch=i386
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment