浏览代码

tinygltf: Remove vendor install (#6298)

star9029 7 月之前
父节点
当前提交
eb7726e3b9
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/t/tinygltf/xmake.lua

+ 2 - 1
packages/t/tinygltf/xmake.lua

@@ -22,7 +22,8 @@ package("tinygltf")
     on_install(function (package)
         local configs = {
             "-DTINYGLTF_BUILD_LOADER_EXAMPLE=OFF",
-            "-DTINYGLTF_HEADER_ONLY=ON"
+            "-DTINYGLTF_HEADER_ONLY=ON",
+            "-DTINYGLTF_INSTALL_VENDOR=OFF",
         }
         table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:is_debug() and "Debug" or "Release"))
         table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))