summaryrefslogtreecommitdiff
path: root/vcl/Executable_icontest.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-10 12:31:12 +0300
committerTor Lillqvist <tml@collabora.com>2014-10-10 12:31:12 +0300
commit1a261bd0a5f86189215617e70a8e921a8b2751c3 (patch)
treee078d6bfcdc87fd81fc4f81d2cf9b06ca8c9165f /vcl/Executable_icontest.mk
parente21f6e3838a64f6c2517479d021e943e2ffcab94 (diff)
Build icontest for OS X, too. Does not work at all, though
Change-Id: Id1c82638f12514f55f297ec5e4a07444849175ce
Diffstat (limited to 'vcl/Executable_icontest.mk')
-rw-r--r--vcl/Executable_icontest.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/Executable_icontest.mk b/vcl/Executable_icontest.mk
index 83ba64875a50..d7863861efd7 100644
--- a/vcl/Executable_icontest.mk
+++ b/vcl/Executable_icontest.mk
@@ -33,6 +33,12 @@ $(eval $(call gb_Executable_add_libs,icontest,\
opengl32.lib \
))
+else ifeq ($(OS),MACOSX)
+
+$(eval $(call gb_Executable_add_libs,icontest,\
+ -framework OpenGL \
+))
+
endif
$(eval $(call gb_Executable_use_static_libraries,icontest,\