
The util-linux uuid library is provided by macOS, through its header at /usr/include/uuid/uuid.h, and implementation included in libSystem.B.dylib
14 lines
226 B
PkgConfig
14 lines
226 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
sharedlibdir=${libdir}
|
|
includedir=${prefix}/include
|
|
|
|
Name: uuid
|
|
Description: Universally unique id library
|
|
Version: 1.0
|
|
|
|
Requires:
|
|
Libs:
|
|
Cflags: -I${includedir}/uuid
|