[Libreoffice-commits] core.git: vcl/Executable_icontest.mk
Tor Lillqvist
tml at collabora.com
Fri Oct 10 04:53:06 PDT 2014
vcl/Executable_icontest.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2f10386ce577f52e139aa23d41bc787d8e0b4d59
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Oct 10 14:43:06 2014 +0300
Use gb_Executable_use_system_win32_libs for MinGW's sake
Change-Id: I9a8ead19e6caa33d7941f11d0d9b5a1ad98ed661
diff --git a/vcl/Executable_icontest.mk b/vcl/Executable_icontest.mk
index d786386..dd5ee95 100644
--- a/vcl/Executable_icontest.mk
+++ b/vcl/Executable_icontest.mk
@@ -29,8 +29,8 @@ $(eval $(call gb_Executable_add_libs,icontest,\
else ifeq ($(OS),WNT)
-$(eval $(call gb_Executable_add_libs,icontest,\
- opengl32.lib \
+$(eval $(call gb_Executable_use_system_win32_libs,icontest,\
+ opengl32 \
))
else ifeq ($(OS),MACOSX)
More information about the Libreoffice-commits
mailing list