Skip to content

Commit

Permalink
Remove include and lib folders removed since 3.0.0 core (#8125)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Jun 15, 2021
1 parent b4774ed commit ff04194
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/platformio-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,14 @@ def scons_patched_match_splitext(path, suffixes=None):

CPPPATH=[
join(FRAMEWORK_DIR, "tools", "sdk", "include"),
join(FRAMEWORK_DIR, "tools", "sdk", "libc",
"xtensa-lx106-elf", "include"),
join(FRAMEWORK_DIR, "cores", env.BoardConfig().get("build.core")),
join(platform.get_package_dir("toolchain-xtensa"), "include")
],

LIBPATH=[
join("$BUILD_DIR", "ld"), # eagle.app.v6.common.ld
join(FRAMEWORK_DIR, "tools", "sdk", "lib"),
join(FRAMEWORK_DIR, "tools", "sdk", "ld"),
join(FRAMEWORK_DIR, "tools", "sdk", "libc", "xtensa-lx106-elf", "lib")
join(FRAMEWORK_DIR, "tools", "sdk", "ld")
],

LIBS=[
Expand Down

0 comments on commit ff04194

Please sign in to comment.