Fix unicode issue for Python 2.6

This commit is contained in:
Ivan Kravets
2015-11-27 23:49:49 +02:00
parent 7ce1dd4f5c
commit 304c023b4e
2 changed files with 9 additions and 9 deletions
@@ -227,9 +227,9 @@ env.Replace(
# restore external build flags
env.ProcessFlags([
env.get("BOARD_OPTIONS", {}).get("build", {}).get("extra_flags", None),
env.get("BOARD_OPTIONS", {}).get("build", {}).get("extra_flags"),
env.get("BUILD_FLAGS"),
getenv("PLATFORMIO_BUILD_FLAGS", None),
getenv("PLATFORMIO_BUILD_FLAGS"),
])
# Hook for K64F and K22F