mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 02:37:17 +08:00
11 lines
198 B
PkgConfig
11 lines
198 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=/usr/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: v8
|
|
Description: V8 JavaScript Engine
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lv8 -pthread
|
|
Cflags: -I${includedir}
|