Skip to content

Commit ea2d501

Browse files
committed
fix(build): Flag transitive dependency on Git if *not* using system LuaRocks
The lua zlib rock requires Git to fetch sources, hence we need it for vendoring. Sadly the error from LuaRocks isn't getting propogated resulting in an apparently successfull but incomplete install.
1 parent b9d95fd commit ea2d501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ AM_COND_IF([SYSTEM_LUAROCKS], [
217217
AX_LUA_MODULE([vstruct], [vstruct])
218218
], [
219219
QUE_PROGVAR([luarocks])
220+
QUE_PROGVAR([git]) # required for luarocks to install zlib rock
220221
])
221222

222223
QUE_FONT(Gentium Plus)

0 commit comments

Comments
 (0)