CppunitTest_basic_enable does not seem to need library objects
and it apparently causes linking failures on Windows, so try without.
This commit is contained in:
parent
affb63e6e3
commit
4b88c6e705
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,basic_enable, \
|
|||
basic/qa/cppunit/test_append \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_library_objects,basic_enable,sb))
|
||||
|
||||
# add a list of all needed libraries here
|
||||
$(eval $(call gb_CppunitTest_use_libraries,basic_enable, \
|
||||
comphelper \
|
||||
|
|
Loading…
Reference in a new issue