summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/extlib.lua
Commit message (Collapse)AuthorAgeFilesLines
* Replaced code usage of libuv with asio library (nw) Miodrag Milanovic2016-10-071-6/+0
|
* removed not used libraries, and commented portaudio that will be used but no ↵ Miodrag Milanovic2016-05-311-6/+0
| | | | need for now (nw)
* scrclean on lua scripts (nw) Miodrag Milanovic2016-03-291-18/+18
|
* fix include dirs (nw) Jeffrey Clark2016-03-291-1/+1
|
* Multiple link and include path support (nw) Jeffrey Clark2016-03-281-1/+6
| | | | ie. USE_SYSTEM_LIB_FLAC=FLAC,ogg:/usr/include
* only explicit system include paths (nw) Jeffrey Clark2016-03-281-1/+1
|
* Extend system library support (nw) Jeffrey Clark2016-03-281-0/+99
Extend USE_SYSTEM_LIB_* to support providing the library name and include directory. To link against system specific lib names and header path: (ref #711) USE_SYSTEM_LIB_LUA=lua5.3:/usr/include/lua5.3