mirror of
https://github.com/NixOS/nix.git
synced 2025-12-02 07:00:59 +01:00
9 lines
247 B
PkgConfig
9 lines
247 B
PkgConfig
prefix=@prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Nix libutil C API
|
|
Description: Common functions for the Nix C API, such as error handling
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lnixutil
|
|
Cflags: -I${includedir}/nix -std=c++2a
|