mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Init generic C/C++ SCons tools by default
This commit is contained in:
@ -50,10 +50,10 @@ clivars.AddVariables(
|
||||
DEFAULT_ENV_OPTIONS = dict(
|
||||
tools=[
|
||||
"ar",
|
||||
"gas",
|
||||
"gcc",
|
||||
"g++",
|
||||
"gnulink",
|
||||
"as",
|
||||
"cc",
|
||||
"c++",
|
||||
"link",
|
||||
"platformio",
|
||||
"pioplatform",
|
||||
"pioproject",
|
||||
|
Reference in New Issue
Block a user