Kaydet (Commit) 66884ac6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Need -ldl on Linux now

Change-Id: I3a207f86611a5078cd2de1437cd48e612232aaf2
üst 28561633
...@@ -107,6 +107,13 @@ $(eval $(call gb_CppunitTest_use_components,sc_opencl_test,\ ...@@ -107,6 +107,13 @@ $(eval $(call gb_CppunitTest_use_components,sc_opencl_test,\
xmloff/util/xo \ xmloff/util/xo \
)) ))
ifeq ($(OS),LINUX)
$(eval $(call gb_CppunitTest_add_libs,sc_opencl_test,\
-ldl \
-lrt \
))
endif
$(eval $(call gb_CppunitTest_use_configuration,sc_opencl_test)) $(eval $(call gb_CppunitTest_use_configuration,sc_opencl_test))
$(eval $(call gb_CppunitTest_use_filter_configuration,sc_opencl_test)) $(eval $(call gb_CppunitTest_use_filter_configuration,sc_opencl_test))
......
...@@ -106,6 +106,13 @@ $(eval $(call gb_CppunitTest_use_components,sc_ucalc,\ ...@@ -106,6 +106,13 @@ $(eval $(call gb_CppunitTest_use_components,sc_ucalc,\
uui/util/uui \ uui/util/uui \
)) ))
ifeq ($(OS),LINUX)
$(eval $(call gb_CppunitTest_add_libs,sc_ucalc,\
-ldl \
-lrt \
))
endif
$(eval $(call gb_CppunitTest_use_configuration,sc_ucalc)) $(eval $(call gb_CppunitTest_use_configuration,sc_ucalc))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment