[Libreoffice-commits] core.git: external/collada2gltf

Zolnai Tamás tamas.zolnai at collabora.com
Fri May 16 13:27:56 PDT 2014


 external/collada2gltf/StaticLibrary_collada2gltf.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 29316ee0350654515463043f8fb818a0e84e4386
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Fri May 16 22:25:27 2014 +0200

    Fix typo: this is a static library
    
    Change-Id: I663e8da9ee3f4b860d727abb3783e322eedd7d9f

diff --git a/external/collada2gltf/StaticLibrary_collada2gltf.mk b/external/collada2gltf/StaticLibrary_collada2gltf.mk
index dac8caf..a2f7d2b 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


More information about the Libreoffice-commits mailing list