Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 committed Sep 29, 2024
1 parent cc13aca commit b1ae44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/o/openblas/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ package("openblas")
on_install("windows|x64", "windows|x86", function (package)
os.cp(path.join("bin", "libopenblas.dll"), package:installdir("bin"))
os.cp("include", package:installdir())
if package:version():ge("0.3.18") then
if package:version():ge("0.3.28") then
os.cp("libopenblas.lib", path.join(package:installdir("lib"), "openblas.lib"))
else
os.cp(path.join("lib", "libopenblas.lib"), path.join(package:installdir("lib"), "openblas.lib"))
Expand Down

0 comments on commit b1ae44d

Please sign in to comment.