forked from platformio/platformio-core
Fix compilation bug on Windows with installed MSVC // Issue #18
This commit is contained in:
@ -50,7 +50,7 @@ commonvars.AddVariables(
|
||||
)
|
||||
|
||||
DefaultEnvironment(
|
||||
# TODO Temporary fix for the issue #18
|
||||
# Temporary fix for the issue #18
|
||||
tools=["default", "gcc", "g++", "ar", "gnulink", "platformio"],
|
||||
toolpath=[join("$PIOBUILDER_DIR", "tools")],
|
||||
variables=commonvars,
|
||||
|
Reference in New Issue
Block a user