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
922cff77
Kaydet (Commit)
922cff77
authored
Eki 07, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Let's use only comprehensive UDKAPI headers for Clang on OS X
Change-Id: Ie5969a0f5772676f91c29fe946217d8d31bf514a
üst
97593ae2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
UnoApiTarget.mk
solenv/gbuild/UnoApiTarget.mk
+21
-2
No files found.
solenv/gbuild/UnoApiTarget.mk
Dosyayı görüntüle @
922cff77
...
...
@@ -278,9 +278,28 @@ endef
# harm, by accident or careful design, on platforms where shared
# libraries are used.)
# We are experimenting with static linking on Android, too. There for
# technical reasons to get around silly limitations in the OS, sigh.
ifeq ($(DISABLE_DYNLOADING),TRUE)
gb_UnoApiHeadersTarget_UDKAPI_always_comprehensive = TRUE
endif
# It seems that when using the latest Xcode and Clang for OS X, we
# also neeed to always generate comprehensive headers for
# udkapi. Otherwise we get assertion failures in saxparser when doing
# i18npool, at least.
ifeq ($(OS),MACOSX)
ifeq ($(COM_GCC_IS_CLANG),TRUE)
gb_UnoApiHeadersTarget_UDKAPI_always_comprehensive = TRUE
endif
endif
$(call gb_UnoApiHeadersTarget_get_bootstrap_target,%) : \
$(gb_UnoApiHeadersTarget_CPPUMAKERTARGET)
$(if $(filter TRUEudkapi,$(
DISABLE_DYNLOADING
)$*), \
$(if $(filter TRUEudkapi,$(
gb_UnoApiHeadersTarget_UDKAPI_always_comprehensive
)$*), \
$(call gb_Output_announce,$*,$(true),HPB,3) \
$(call gb_UnoApiHeadersTarget__command,$@,$*,$(call gb_UnoApiHeadersTarget_get_bootstrap_dir,$*),-C), \
\
...
...
@@ -295,7 +314,7 @@ $(call gb_UnoApiHeadersTarget_get_comprehensive_target,%) : \
$(call gb_UnoApiHeadersTarget_get_target,%) : \
$(gb_UnoApiHeadersTarget_CPPUMAKERTARGET)
$(if $(filter TRUEudkapi,$(
DISABLE_DYNLOADING
)$*), \
$(if $(filter TRUEudkapi,$(
gb_UnoApiHeadersTarget_UDKAPI_always_comprehensive
)$*), \
$(call gb_Output_announce,$*,$(true),HPP,3) \
$(call gb_UnoApiHeadersTarget__command,$@,$*,$(call gb_UnoApiHeadersTarget_get_dir,$*),-C), \
\
...
...
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