about summary refs log tree commit diff
path: root/src/libstore/nix-store.pc.in
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-04-09T15·32-0400
committerShea Levy <shea@shealevy.com>2018-04-09T15·32-0400
commita38fe5c1a8ce2481f063ba173eea5226952c803b (patch)
tree0f0448687e8ce221a720a1615606cba876db0b4d /src/libstore/nix-store.pc.in
parent7459388448278914662f796353279e84a49a5c99 (diff)
Export required C++ version in pkgconfig.
Diffstat (limited to 'src/libstore/nix-store.pc.in')
-rw-r--r--src/libstore/nix-store.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/nix-store.pc.in b/src/libstore/nix-store.pc.in
index 3f1a2d83d2f2..4a6b96da2005 100644
--- a/src/libstore/nix-store.pc.in
+++ b/src/libstore/nix-store.pc.in
@@ -6,4 +6,4 @@ Name: Nix
 Description: Nix Package Manager
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lnixstore -lnixutil -lnixformat
-Cflags: -I${includedir}/nix
+Cflags: -I${includedir}/nix -std=c++14