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
3204d038
Kaydet (Commit)
3204d038
authored
Ara 31, 2012
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
always set library path
Change-Id: Ie3248563815c2558c573e525e79024ef083345b7
üst
ee18b30b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
Executable.mk
solenv/gbuild/Executable.mk
+1
-7
No files found.
solenv/gbuild/Executable.mk
Dosyayı görüntüle @
3204d038
...
@@ -184,19 +184,13 @@ $(call gb_Executable_get_runtime_target,$(1))
...
@@ -184,19 +184,13 @@ $(call gb_Executable_get_runtime_target,$(1))
endef
endef
endif
endif
define gb_Executable__get_command
$(if $(filter NONE,$(gb_Executable_VALIDGROUPS)),,$(call gb_Output_error,executable group NONE does not exist!))
$(if $(filter $(1),$(gb_Executable_NONE)),,$(gb_Helper_set_ld_path)) \
$(call gb_Executable_get_target_for_build,$(1))
endef
# Get complete command-line for running the executable
# Get complete command-line for running the executable
#
#
# This includes setting library path, if necessary.
# This includes setting library path, if necessary.
#
#
# gb_Executable_get_command executable
# gb_Executable_get_command executable
define gb_Executable_get_command
define gb_Executable_get_command
$(
strip $(call gb_Executable__get_command,$(1)
))
$(
gb_Helper_set_ld_path) $(call gb_Executable_get_target_for_build,$(1
))
endef
endef
# vim: set noet sw=4:
# vim: set noet sw=4:
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