update findlua.sh dammit made a mistake
This commit is contained in:
parent
e530707433
commit
9992d18388
@ -8,7 +8,7 @@ if pkg-config lua-5.1 ; then
|
|||||||
pkg-config lua-5.1 $@
|
pkg-config lua-5.1 $@
|
||||||
elif pkg-config lua5.1 ; then
|
elif pkg-config lua5.1 ; then
|
||||||
# Debian
|
# Debian
|
||||||
pkg-config lua-5.1 $@
|
pkg-config lua5.1 $@
|
||||||
elif pkg-config lua --atleast-version 5.1 --max-version 5.1.9999 ; then
|
elif pkg-config lua --atleast-version 5.1 --max-version 5.1.9999 ; then
|
||||||
# Slackware?
|
# Slackware?
|
||||||
pkg-config lua $@
|
pkg-config lua $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user