Skip to content

Commit

Permalink
improve pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Sep 14, 2024
1 parent d97a919 commit 5e37df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/o/osqp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package("osqp")
add_deps("cmake")
if is_plat("windows") then
add_deps("pkgconf")
else
elseif is_host("linux", "macosx", "bsd") then
add_deps("pkg-config")
end
add_deps("qdldl")
Expand Down

0 comments on commit 5e37df0

Please sign in to comment.