forked from lix-project/lix
pkg-config files: Use c++17
This commit is contained in:
parent
ef52ccf035
commit
1f64f4c7c8
|
@ -7,4 +7,4 @@ Description: Nix Package Manager
|
|||
Version: @PACKAGE_VERSION@
|
||||
Requires: nix-store bdw-gc
|
||||
Libs: -L${libdir} -lnixexpr
|
||||
Cflags: -I${includedir}/nix -std=c++14
|
||||
Cflags: -I${includedir}/nix -std=c++17
|
||||
|
|
|
@ -6,4 +6,4 @@ Name: Nix
|
|||
Description: Nix Package Manager
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lnixmain
|
||||
Cflags: -I${includedir}/nix -std=c++14
|
||||
Cflags: -I${includedir}/nix -std=c++17
|
||||
|
|
|
@ -6,4 +6,4 @@ Name: Nix
|
|||
Description: Nix Package Manager
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lnixstore -lnixutil
|
||||
Cflags: -I${includedir}/nix -std=c++14
|
||||
Cflags: -I${includedir}/nix -std=c++17
|
||||
|
|
Loading…
Reference in a new issue