Kaydet (Commit) 4c19fd17 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Collada2gltf: add -lrt to fix compilation problems

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