mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Build with C++20
This commit is contained in:
parent
b3d2a05c59
commit
c5fd34a14e
6 changed files with 6 additions and 6 deletions
|
|
@ -6,4 +6,4 @@ Name: Nix
|
|||
Description: Nix Package Manager
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lnixcmd
|
||||
Cflags: -I${includedir}/nix -std=c++17
|
||||
Cflags: -I${includedir}/nix -std=c++20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue