Skip to content

Commit

Permalink
fix(build): Flag transitive dependency on Git if *not* using system L…
Browse files Browse the repository at this point in the history
…uaRocks

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.
  • Loading branch information
alerque committed Jun 27, 2024
1 parent b9d95fd commit ea2d501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 217,7 @@ AM_COND_IF([SYSTEM_LUAROCKS], [
AX_LUA_MODULE([vstruct], [vstruct])
], [
QUE_PROGVAR([luarocks])
QUE_PROGVAR([git]) # required for luarocks to install zlib rock
])

QUE_FONT(Gentium Plus)
Expand Down

0 comments on commit ea2d501

Please sign in to comment.