Lua-cURL / Lua-cURLv3

Lua binding to libcurl
MIT License
279 stars 64 forks source link

Add lcurl.a target to makefile. #157

Closed technomancy closed 4 years ago

technomancy commented 4 years ago

This allows you to build a version of Lua-cURL which can be statically linked into other programs, making distribution much easier.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.03%) to 64.437% when pulling 859c677b45bb7c1843fbdda2938271f6eee8b6a4 on technomancy:makefile-add-static into 5961caec39fda4f3b3150c858abb7d948348308d on Lua-cURL:master.

technomancy commented 4 years ago

Hello; any thoughts about this change?

moteus commented 4 years ago

I have no objections about it. Seems it should brakes nothing

technomancy commented 4 years ago

Thanks!