diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-28 17:57:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-28 17:57:58 +0200 |
commit | 93a118d728736a9ffb6269b2816d4a1428472baa (patch) | |
tree | f9f7d5f5e80b76aab647c2c397b7ea068c7bad24 /basic | |
parent | 23126cea9ed09389da9714cd6f0982822aa9805d (diff) |
fix WNT build: missed one oleaut32
Change-Id: Ic079200f6a3f1a1e7ac38f971e4da40a8dd39dd0
Diffstat (limited to 'basic')
-rw-r--r-- | basic/Library_sb.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk index 457a52bf6bdf..73eb63163628 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.mk @@ -138,8 +138,7 @@ $(eval $(call gb_Library_add_exception_objects,sb,\ )) ifeq ($(GUI),WNT) -$(eval $(call gb_Library_use_libraries,sb,\ - uwinapi \ +$(eval $(call gb_Library_use_system_win32_libs,sb,\ oleaut32 \ )) endif |