Skip to content

Commit

Permalink
spdlog: fix installation test on Linux (#2617)
Browse files Browse the repository at this point in the history
  • Loading branch information
KkemChen authored Sep 19, 2023
1 parent ac79ccd commit aa1c253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/s/spdlog/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ package("spdlog")
if is_plat("windows") then
add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true})
add_configs("wchar", {description = "Support wchar api.", default = false, type = "boolean"})
elseif is_plat("linux", "bsd") then
add_syslinks("pthread")
end

on_load(function (package)
Expand Down

0 comments on commit aa1c253

Please sign in to comment.