Kaydet (Commit) 31d8acbe authored tarafından Matúš Kukan's avatar Matúš Kukan

No need to add -lrt for a static library.

Change-Id: I8104301e9aab6e7c732e97446030c9caf6ffec66
üst 9fdb7bf1
...@@ -30,12 +30,6 @@ $(eval $(call gb_StaticLibrary_add_defs,collada2gltf,\ ...@@ -30,12 +30,6 @@ $(eval $(call gb_StaticLibrary_add_defs,collada2gltf,\
endif endif
ifeq ($(OS),LINUX)
$(eval $(call gb_StaticLibrary_add_libs,collada2gltf,\
-lrt \
))
endif
$(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,collada2gltf,cpp)) $(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,collada2gltf,cpp))
$(eval $(call gb_StaticLibrary_set_include,collada2gltf,\ $(eval $(call gb_StaticLibrary_set_include,collada2gltf,\
......
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