find lua51.pc on Arch distributions
This commit is contained in:
parent
f6b6dbe1f8
commit
3f0ea68d3f
@ -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 $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user