diff options
author | Nick Brassel <nick@tzarc.org> | 2020-01-04 12:21:08 +1100 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2020-01-31 15:29:23 +1100 |
commit | b28ee6b039841c387685ea54c8206cc6c2a6cb8a (patch) | |
tree | c8105304d97114b279c81465b4d4d923a731432e /message.mk | |
parent | 6544bd2e65664307f9572cc8110b55df250b0302 (diff) | |
download | qmk_firmware-b28ee6b039841c387685ea54c8206cc6c2a6cb8a.tar.gz qmk_firmware-b28ee6b039841c387685ea54c8206cc6c2a6cb8a.zip |
Fix misunderstanding of CPPFLAGS and CXXFLAGS.
Diffstat (limited to 'message.mk')
-rw-r--r-- | message.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/message.mk b/message.mk index 53afba2065..94ab606ec6 100644 --- a/message.mk +++ b/message.mk @@ -50,7 +50,7 @@ MSG_EXTENDED_LISTING = Creating Extended Listing: MSG_SYMBOL_TABLE = Creating Symbol Table: MSG_LINKING = Linking: MSG_COMPILING = Compiling: -MSG_COMPILING_CPP = Compiling: +MSG_COMPILING_CXX = Compiling: MSG_ASSEMBLING = Assembling: MSG_CLEANING = Cleaning project: MSG_CREATING_LIBRARY = Creating library: |