mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-13 02:58:24 -05:00
11 lines
237 B
PkgConfig
11 lines
237 B
PkgConfig
|
prefix=@PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: v8
|
||
|
Description: V8 JavaScript Engine - Platform library
|
||
|
Version: @pkgver@
|
||
|
Libs: -L${libdir} -lv8_libplatform
|
||
|
Cflags: -I${includedir} @CFLAGS@
|