diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2013-04-03 18:49:44 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-04 17:46:46 +0000 |
commit | 368210926b67483a3926a0af1890127ca182e064 (patch) | |
tree | e3c0ee0602b096d099d49af789da2b284cbf0685 /RepositoryExternal.mk | |
parent | 1d073a3b48d2d5387992a6868dcdd601b80838b7 (diff) |
remove -dylib_file mappings that are not needed anymore
XCode 2.5 (i.e. Mac OSX 10.4 & 10.5) couldn't find the libraries
without explicit mapping, but as baseline is now 10.6, this
wrapping is no longer necessary
Change-Id: I225fc47b9ea4b1fb2b13ba575605cbdebc014fd8
Reviewed-on: https://gerrit.libreoffice.org/3192
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index dee5effffc64..9957de8af6b4 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -911,12 +911,6 @@ $(call gb_LinkTarget_use_libraries,$(1),\ rdf \ ) -ifeq ($(OS),MACOSX) - -$(call gb_LinkTarget_add_libs,$(1),$(foreach replaceme,librasqal-lo.$(RASQAL_MAJOR) libraptor2-lo.$(RAPTOR_MAJOR),-dylib_file @loader_path/$(replaceme).dylib:$(gb_Library_OUTDIRLOCATION)/$(replaceme).dylib)) - -endif - endef else # ANDROID @@ -2242,7 +2236,6 @@ $(call gb_LinkTarget_add_libs,$(1),\ ) else ifeq ($(OS),MACOSX) $(call gb_LinkTarget_add_libs,$(1),\ - -dylib_file @loader_path/LibreOfficePython.framework/Versions/$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)/LibreOfficePython:$(call gb_UnpackedTarball_get_dir,python3)/python-inst/@__________________________________________________OOO/LibreOfficePython.framework/Versions/$(PYTHON_VERSION_MAJOR).$(PYTHON_VERSION_MINOR)/LibreOfficePython \ -F$(call gb_UnpackedTarball_get_dir,python3)/python-inst/@__________________________________________________OOO -framework LibreOfficePython \ ) else |