fix pupnp and noise-c (#838)

* fix pupnp and noise-c

* remove unused dir

* Update xmake.lua

* Update xmake.lua

* Update xmake.lua
pull/840/head
ruki 3 years ago committed by GitHub
parent 6b6e23b705
commit e2acc19de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/n/noise-c/xmake.lua
  2. 0
      packages/p/pupnp/xmake.lua

@ -6,9 +6,9 @@ package("noise-c")
add_urls("https://github.com/rweather/noise-c.git")
add_versions("2021.04.09", "9379e580a14c0374a57d826a49ba53b7440c80bc")
add_deps("autoconf", "automake")
add_deps("autoconf", "automake", "bison", "flex")
on_install(function (package)
on_install("linux", "macosx", function (package)
local configs = {}
table.insert(configs, "--enable-shared=" .. (package:config("shared") and "yes" or "no"))
if package:debug() then
Loading…
Cancel
Save