examples/riot_and_cpp: require libstdcpp feature
The C++ header cstdio is used, but only provided by libstdc++
This commit is contained in:
parent
7b49310147
commit
1d181d5bf3
@ -28,7 +28,8 @@ DEVELHELP ?= 1
|
||||
QUIET ?= 1
|
||||
|
||||
# Features required
|
||||
FEATURES_REQUIRED += cpp
|
||||
FEATURES_REQUIRED += cpp # basic C++ support
|
||||
FEATURES_REQUIRED += libstdcpp # libstdc++ support (for #include <cstdio>)
|
||||
|
||||
# If you want to add some extra flags when compile c++ files, add these flags
|
||||
# to CXXEXFLAGS variable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user