summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-05-16 22:25:27 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-05-16 22:26:04 +0200
commit29316ee0350654515463043f8fb818a0e84e4386 (patch)
tree60fd8096979780d92e6e21f0d7e2d4769d9e8d47 /external
parentdf51f7d486cafb2795a38ae9fedd8fde8827d8a4 (diff)
Fix typo: this is a static library
Change-Id: I663e8da9ee3f4b860d727abb3783e322eedd7d9f
Diffstat (limited to 'external')
-rw-r--r--external/collada2gltf/StaticLibrary_collada2gltf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/collada2gltf/StaticLibrary_collada2gltf.mk b/external/collada2gltf/StaticLibrary_collada2gltf.mk
index dac8cafd56cf..a2f7d2bf3497 100644
--- a/external/collada2gltf/StaticLibrary_collada2gltf.mk
+++ b/external/collada2gltf/StaticLibrary_collada2gltf.mk
@@ -31,7 +31,7 @@ $(eval $(call gb_StaticLibrary_add_defs,collada2gltf,\
endif
ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_libs,collada2gltf,\
+$(eval $(call gb_StaticLibrary_add_libs,collada2gltf,\
-lrt \
))
endif