Skip to content

Commit b4e9796

Browse files
committed
fix typo
1 parent 19f4cd6 commit b4e9796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/o/openblas/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ package("openblas")
8585
table.insert(configs, "-DMSVC_STATIC_CRT=ON")
8686
end
8787

88-
import("package.tools.cmake").install(package, configs, opt)
88+
import("package.tools.cmake").install(package, configs)
8989
end)
9090

9191
on_test(function (package)

0 commit comments

Comments
 (0)