summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-05-01 16:56:39 -0500
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:33:47 +0200
commit74b89b0bf6eeb8f79e296f87b16f52b3e98db7cb (patch)
tree532749eb8ea0821aa5bc7e0ea9d336302a0299ff /shell
parent6456d3d20c961dbbcc7224912bd83092ee832fe5 (diff)
-dl is not good for MACOSX either
Change-Id: I155df3d895fcc1f1bf33286a15cd83357cfdbf05
Diffstat (limited to 'shell')
-rw-r--r--shell/Executable_gnome_open_url.mk2
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 \
))