Remove add_links("nana")

pull/305/head
PucklaMotzer09 4 years ago committed by ruki
parent 8815902cc7
commit aeda4189ee
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 1
      packages/n/nana/xmake.lua

@ -26,7 +26,6 @@ package("nana")
add_deps("libxcursor") add_deps("libxcursor")
add_syslinks("pthread", "fontconfig", "Xft") add_syslinks("pthread", "fontconfig", "Xft")
end end
add_links("nana")
on_load("linux", "windows", function (package) on_load("linux", "windows", function (package)
if package:config("nana_filesystem_force") then if package:config("nana_filesystem_force") then

Loading…
Cancel
Save