Update xmake.lua

pull/1618/head
ruki 2 years ago committed by GitHub
parent e165ea52e6
commit 55ce0dc0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save