mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:39:40 +08:00
8ffbeacd58
Fix installed .pc file on osx Close #23178
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@
|