pkg-config files: Use c++17
This commit is contained in:
		
							parent
							
								
									ef52ccf035
								
							
						
					
					
						commit
						1f64f4c7c8
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -7,4 +7,4 @@ Description: Nix Package Manager | ||||||
| Version: @PACKAGE_VERSION@ | Version: @PACKAGE_VERSION@ | ||||||
| Requires: nix-store bdw-gc | Requires: nix-store bdw-gc | ||||||
| Libs: -L${libdir} -lnixexpr | 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 | Description: Nix Package Manager | ||||||
| Version: @PACKAGE_VERSION@ | Version: @PACKAGE_VERSION@ | ||||||
| Libs: -L${libdir} -lnixmain | 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 | Description: Nix Package Manager | ||||||
| Version: @PACKAGE_VERSION@ | Version: @PACKAGE_VERSION@ | ||||||
| Libs: -L${libdir} -lnixstore -lnixutil | Libs: -L${libdir} -lnixstore -lnixutil | ||||||
| Cflags: -I${includedir}/nix -std=c++14 | Cflags: -I${includedir}/nix -std=c++17 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue