ljx

FORK: LuaJIT with native 5.2 and 5.3 support
git clone https://git.neptards.moe/neptards/ljx.git
Log | Files | Refs | README

luajit.pc (544B)


      1 # Package information for LuaJIT to be used by pkg-config.
      2 version=LJX
      3 abiver=5.2
      4 
      5 prefix=/usr/local
      6 multilib=lib
      7 exec_prefix=${prefix}
      8 libdir=${exec_prefix}/${multilib}
      9 libname=luajit-ljx-${abiver}
     10 includedir=${prefix}/include/ljx-${abiver}
     11 
     12 INSTALL_LMOD=${prefix}/share/lua/${abiver}
     13 INSTALL_CMOD=${prefix}/${multilib}/lua/${abiver}
     14 
     15 Name: LuaJIT-LJX
     16 Description: Experimental Just-in-time compiler for Lua
     17 URL: http://lua.org
     18 Version: ${version}
     19 Requires:
     20 Libs: -L${libdir} -l${libname}
     21 Libs.private: -Wl,-E -lm -ldl
     22 Cflags: -I${includedir}