diff options
-rw-r--r-- | RepositoryExternal.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 1a054c742223..c6a033cd8912 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -407,6 +407,12 @@ $(call gb_LinkTarget_add_linked_libs,$(1),\ rdf \ ) +ifeq ($(OS),MACOSX) + +$(call gb_LinkTarget_add_libs,$(1),$(foreach replaceme,librasqal.1 libraptor.1,-dylib_file @loader_path/$(replaceme).dylib:$(gb_Library_OUTDIRLOCATION)/$(replaceme).dylib)) + +endif + endef endif # SYSTEM_REDLAND |