mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 01:58:59 +08:00
25 lines
574 B
Plaintext
25 lines
574 B
Plaintext
|
# Package information for LuaJIT to be used by pkg-config.
|
||
|
majver=2
|
||
|
minver=1
|
||
|
relver=0
|
||
|
version=${majver}.${minver}.${relver}-beta3
|
||
|
abiver=51
|
||
|
|
||
|
prefix=@PREFIX@
|
||
|
multilib=@LJIT_LIBDIR@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/${multilib}
|
||
|
libname=lua${abiver}
|
||
|
includedir=${prefix}/include/luajit
|
||
|
|
||
|
INSTALL_LMOD=${prefix}/share/lua/${abiver}
|
||
|
INSTALL_CMOD=${prefix}/${multilib}/lua/${abiver}
|
||
|
|
||
|
Name: LuaJIT
|
||
|
Description: Just-in-time compiler for Lua
|
||
|
URL: https://luajit.org
|
||
|
Version: ${version}
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -l${libname}
|
||
|
Cflags: -I${includedir} @LJIT_MSVC_PC_CFLAGS@
|