diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-25 10:19:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-25 10:21:13 +0200 |
commit | e6469c892d4875fbcc11382d273ea7ab5b9a3dfc (patch) | |
tree | e2ad301b7f40cc7d5cff39140a0349d9c9e91962 /io/Library_io.mk | |
parent | d3947708e1a3b9c1b4a7073b7fe5ff3d6b05bdf0 (diff) |
fix OSX build
by reverting part of commit
commit 752cd07d085ac0aadc99bd512d49072843139032
"InterfaceContainer2 with vector instead of Sequence"
cannot add comphelper as a dependency to a module that is part of URE
Change-Id: I40aeeff1fa39988af911b00a06fb1ac8edeb6f03
Diffstat (limited to 'io/Library_io.mk')
-rw-r--r-- | io/Library_io.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/io/Library_io.mk b/io/Library_io.mk index 3468c9edca81..cfe879f5e155 100644 --- a/io/Library_io.mk +++ b/io/Library_io.mk @@ -14,7 +14,6 @@ $(eval $(call gb_Library_use_external,io,boost_headers)) $(eval $(call gb_Library_use_udk_api,io)) $(eval $(call gb_Library_use_libraries,io,\ - comphelper \ cppu \ cppuhelper \ sal \ |