Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 committed Sep 27, 2024
1 parent ca79d73 commit e63878d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/h/hdf5/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ package("hdf5")
end)

on_test(function (package)
if package:config("shared") and package:version():lt("1.14.0") then
if package:config("shared") and package:version():le("1.14.0") then
os.vrun("h5diff-shared --version")
else
os.vrun("h5diff --version")
Expand Down

0 comments on commit e63878d

Please sign in to comment.