Fix compilation bug on Windows with installed MSVC // Issue #18

This commit is contained in:
Ivan Kravets
2014-12-10 23:07:02 +02:00
parent 4f56bf66db
commit efac8ec940

View File

@ -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,