|
@@ -6,9 +6,9 @@ package("noise-c")
|
|
add_urls("https://github.com/rweather/noise-c.git")
|
|
add_urls("https://github.com/rweather/noise-c.git")
|
|
add_versions("2021.04.09", "9379e580a14c0374a57d826a49ba53b7440c80bc")
|
|
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 = {}
|
|
local configs = {}
|
|
table.insert(configs, "--enable-shared=" .. (package:config("shared") and "yes" or "no"))
|
|
table.insert(configs, "--enable-shared=" .. (package:config("shared") and "yes" or "no"))
|
|
if package:debug() then
|
|
if package:debug() then
|