Merge pull request #276 from fjrclean/dev

find lua51.pc on Arch distributions
dev
Sean Gordon 2017-02-06 16:54:49 +10:00 committed by GitHub
commit e899051261
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ elif pkg-config lua-5.1 ; then
elif pkg-config lua5.1 ; then
# Debian
pkg-config lua5.1 $@
elif pkg-config lua51 ; then
# Arch
pkg-config lua51 $@
elif pkg-config lua --atleast-version 5.1 --max-version 5.1.9999 ; then
# Slackware?
pkg-config lua $@