Skip to content

Commit 5973e13

Browse files
committed
Merge branch 'master' into releaseprocessfix
2 parents 95bc21b + ff04194 commit 5973e13

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/platformio-build.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,14 @@ def scons_patched_match_splitext(path, suffixes=None):
115115

116116
CPPPATH=[
117117
join(FRAMEWORK_DIR, "tools", "sdk", "include"),
118-
join(FRAMEWORK_DIR, "tools", "sdk", "libc",
119-
"xtensa-lx106-elf", "include"),
120118
join(FRAMEWORK_DIR, "cores", env.BoardConfig().get("build.core")),
121119
join(platform.get_package_dir("toolchain-xtensa"), "include")
122120
],
123121

124122
LIBPATH=[
125123
join("$BUILD_DIR", "ld"), # eagle.app.v6.common.ld
126124
join(FRAMEWORK_DIR, "tools", "sdk", "lib"),
127-
join(FRAMEWORK_DIR, "tools", "sdk", "ld"),
128-
join(FRAMEWORK_DIR, "tools", "sdk", "libc", "xtensa-lx106-elf", "lib")
125+
join(FRAMEWORK_DIR, "tools", "sdk", "ld")
129126
],
130127

131128
LIBS=[

0 commit comments

Comments
 (0)