pdfhummus: remove libstdc++ syslinks (#2295)

pull/2302/head
Jérôme Leclercq 2 years ago committed by GitHub
parent b5170b913e
commit 22d0e46ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/p/pdfhummus/xmake.lua

@ -18,7 +18,7 @@ package("pdfhummus")
add_configs("libpng", {description = "Support png image", default = false, type = "boolean"})
if is_plat("linux") then
add_syslinks("m", "stdc++")
add_syslinks("m")
end
on_load(function (package)

Loading…
Cancel
Save