diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-05-01 16:56:39 -0500 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:33:47 +0200 |
commit | 74b89b0bf6eeb8f79e296f87b16f52b3e98db7cb (patch) | |
tree | 532749eb8ea0821aa5bc7e0ea9d336302a0299ff | |
parent | 6456d3d20c961dbbcc7224912bd83092ee832fe5 (diff) |
-dl is not good for MACOSX either
Change-Id: I155df3d895fcc1f1bf33286a15cd83357cfdbf05
-rw-r--r-- | shell/Executable_gnome_open_url.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Executable_gnome_open_url.mk b/shell/Executable_gnome_open_url.mk index 5b89d45925c0..68bf0a186f1d 100644 --- a/shell/Executable_gnome_open_url.mk +++ b/shell/Executable_gnome_open_url.mk @@ -27,7 +27,7 @@ $(eval $(call gb_Executable_Executable,gnome-open-url.bin)) -ifeq ($(filter DRAGONFLY FREEBSD NETBSD OPENBSD,$(OS)),) +ifeq ($(filter DRAGONFLY FREEBSD NETBSD OPENBSD MACOSX,$(OS)),) $(eval $(call gb_Executable_use_libraries,gnome-open-url.bin,\ dl \ )) |