mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
10 lines
212 B
PkgConfig
10 lines
212 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=/usr/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: v8
|
|
Description: V8 JavaScript Engine - Base library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lv8_libbase
|
|
Cflags: -I${includedir}
|