Differences From Artifact [f9545a425d]:
- File config.lua — part of check-in [26937ca853] at 2021-01-25 12:40:08 on branch trunk — first steps towards litepub support (user: lexi, size: 8459) [annotate] [blame] [check-ins using]
To Artifact [52297260cd]:
- File config.lua — part of check-in [afae276b2f] at 2021-01-29 21:14:57 on branch trunk — rip out json-c, replace with mjson (user: lexi, size: 8428) [annotate] [blame] [check-ins using]
254 255 256 257 258 259 260 261 262 263 264 265 266 267 |
if not found then me.linkargs[#me.linkargs+1] = sw end end end end pkg('mbedtls') pkg('mongoose') pkg('json-c') pkg('libc') pkg('libpq') return conf |
| < < < < |
254 255 256 257 258 259 260 261 262 263 |
if not found then
me.linkargs[#me.linkargs+1] = sw
end
end
end
end
for k in pairs(fallback) do pkg(k) end
return conf
|