Browse Source

Update xmake.lua

ruki 2 years ago
parent
commit
55ce0dc0f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/a/assimp/xmake.lua

+ 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