about summary refs log tree commit diff
path: root/src/libexpr/nix-expr.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/libexpr/nix-expr.pc.in
parent7459388448278914662f796353279e84a49a5c99 (diff)
Export required C++ version in pkgconfig.
Diffstat (limited to 'src/libexpr/nix-expr.pc.in')
-rw-r--r--src/libexpr/nix-expr.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/nix-expr.pc.in b/src/libexpr/nix-expr.pc.in
index 21b6c38dd133..79f3e2f4506e 100644
--- a/src/libexpr/nix-expr.pc.in
+++ b/src/libexpr/nix-expr.pc.in
@@ -7,4 +7,4 @@ Description: Nix Package Manager
 Version: @PACKAGE_VERSION@
 Requires: nix-store bdw-gc
 Libs: -L${libdir} -lnixexpr
-Cflags: -I${includedir}/nix
+Cflags: -I${includedir}/nix -std=c++14