mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/lua52: Fix the library name in the pkgconfig file.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
09f3d3a265
commit
a86b4fe84f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Name: Lua
|
|||
Description: An Extensible Extension Language
|
||||
Version: ${R}
|
||||
Requires:
|
||||
Libs: -L${libdir} -llua -lm
|
||||
Libs: -L${libdir} -llua${V} -lm
|
||||
Cflags: -I${includedir}
|
||||
|
||||
# (end of lua.pc)
|
||||
|
|
Loading…
Reference in a new issue