Skip to content

Commit

Permalink
chore(build): Accomodate sile-only Lua deps by forcing Lua version to…
Browse files Browse the repository at this point in the history
… match SILE
  • Loading branch information
alerque committed Nov 16, 2024
1 parent ed22f44 commit 9196111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/ax_luarocks_rock.m4
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ AC_DEFUN([AX_LUAROCKS_ROCK], [
pushdef([ROCK],$1)
AC_MSG_CHECKING(whether LuaRock ROCK is installed)
AS_IF(["$LUAROCKS" show ROCK > /dev/null],[
AS_IF(["$LUAROCKS" --lua-version 5.1 show ROCK > /dev/null],[
AC_MSG_RESULT(yes)
], [
AX_PROG_LUA([5.1], [], [], [], always)
Expand Down

0 comments on commit 9196111

Please sign in to comment.