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