kumquat-buildroot/package/luarocks/luarocks-br-host-config.lua

4 lines
129 B
Lua
Raw Normal View History

-- BR host compilation
local function getenv (name) return os_getenv(name) or '' end
external_deps_dirs = { getenv('HOST_DIR') }