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

Need -lrt for clock_gettime() with older glibc versions

Change-Id: Id134b05de3a81dd246baf8743c32fa8eb1e37935
üst 4ccf97ee
......@@ -676,6 +676,12 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/core/opencl/op_spreadsheet \
))
ifeq ($(OS),LINUX)
$(eval $(call gb_Library_add_libs,sc,\
-lrt \
))
endif
endif
$(eval $(call gb_SdiTarget_SdiTarget,sc/sdi/scslots,sc/sdi/scalc))
......
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