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

Need -lrt for clock_gettime() with older glibc versions

Change-Id: I4651f74a89b8707cbf0ebdd3b950df3a5b99177a
üst 79d68136
......@@ -46,4 +46,10 @@ $(eval $(call gb_Library_add_exception_objects,opencl,\
opencl/source/platforminfo \
))
ifeq ($(OS),LINUX)
$(eval $(call gb_Library_add_libs,opencl,\
-lrt \
))
endif
# 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