mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Finally fix issue #18 - Compilation fails on Windows
This commit is contained in:
@ -50,8 +50,7 @@ commonvars.AddVariables(
|
|||||||
)
|
)
|
||||||
|
|
||||||
DefaultEnvironment(
|
DefaultEnvironment(
|
||||||
# Temporary fix for the issue #18
|
tools=["gcc", "g++", "ar", "gnulink", "platformio"],
|
||||||
tools=["default", "gcc", "g++", "ar", "gnulink", "platformio"],
|
|
||||||
toolpath=[join("$PIOBUILDER_DIR", "tools")],
|
toolpath=[join("$PIOBUILDER_DIR", "tools")],
|
||||||
variables=commonvars,
|
variables=commonvars,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user