Browse Source

pdfhummus: remove libstdc++ syslinks (#2295)

Jérôme Leclercq 2 years ago
parent
commit
22d0e46ce6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/p/pdfhummus/xmake.lua

+ 1 - 1
packages/p/pdfhummus/xmake.lua

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