Kaydet (Commit) 29316ee0 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Fix typo: this is a static library

Change-Id: I663e8da9ee3f4b860d727abb3783e322eedd7d9f
üst df51f7d4
...@@ -31,7 +31,7 @@ $(eval $(call gb_StaticLibrary_add_defs,collada2gltf,\ ...@@ -31,7 +31,7 @@ $(eval $(call gb_StaticLibrary_add_defs,collada2gltf,\
endif endif
ifeq ($(OS),LINUX) ifeq ($(OS),LINUX)
$(eval $(call gb_Library_add_libs,collada2gltf,\ $(eval $(call gb_StaticLibrary_add_libs,collada2gltf,\
-lrt \ -lrt \
)) ))
endif endif
......
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