Skip to content

Commit

Permalink
Add linux-readline target support for 5.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuo256 committed Sep 12, 2022
1 parent 9f30561 commit c43b23e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions luaver
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,10 @@ __luaver_install_lua()
__luaver_print "Unable to detect platform. Using default 'posix'"
platform=posix
else
if [ -n "$('echo' "${version}" | 'awk' '/^5\.4\./')" ]
then
platform="${platform}-readline"
fi
__luaver_print "Platform detected: ${platform}"
fi

Expand Down

0 comments on commit c43b23e

Please sign in to comment.