2
0
ruki 2 жил өмнө
parent
commit
55ce0dc0f4

+ 1 - 1
packages/a/assimp/xmake.lua

@@ -47,7 +47,7 @@ package("assimp")
     end
 
     on_load(function (package)
-        if package:version():le("5.1.0") then
+        if not package:gitref() and package:version():le("5.1.0") then
             package:add("deps", "irrxml")
         end
         if package:is_plat("linux", "macosx") and package:config("shared") then