1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 08:28:00 +02:00

pkg-config files: Use c++17

This commit is contained in:
Eelco Dolstra 2019-02-12 13:44:20 +01:00
parent ef52ccf035
commit 1f64f4c7c8
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 3 additions and 3 deletions

View file

@ -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