We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f4cd6 commit b4e9796Copy full SHA for b4e9796
packages/o/openblas/xmake.lua
@@ -85,7 +85,7 @@ package("openblas")
85
table.insert(configs, "-DMSVC_STATIC_CRT=ON")
86
end
87
88
- import("package.tools.cmake").install(package, configs, opt)
+ import("package.tools.cmake").install(package, configs)
89
end)
90
91
on_test(function (package)
0 commit comments