mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 08:49:35 +01:00
Export required C++ version in pkgconfig.
This commit is contained in:
parent
7459388448
commit
a38fe5c1a8
3 changed files with 3 additions and 3 deletions
|
|
@ -6,4 +6,4 @@ Name: Nix
|
|||
Description: Nix Package Manager
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lnixmain
|
||||
Cflags: -I${includedir}/nix
|
||||
Cflags: -I${includedir}/nix -std=c++14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue