mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
mk: add support for CPPFLAGS
This commit is contained in:
parent
6512be0a99
commit
bd0b0f9ab7
2 changed files with 4 additions and 3 deletions
|
@ -153,4 +153,5 @@ endif
|
|||
@echo " CFLAGS: Flags for the C compiler"
|
||||
@echo " CXX ($(CXX)): C++ compiler to be used"
|
||||
@echo " CXXFLAGS: Flags for the C++ compiler"
|
||||
@echo " CPPFLAGS: C preprocessor flags, used for both CC and CXX"
|
||||
@$(print-var-help)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue