Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bad1c4e

Browse files
authoredMar 28, 2022
Update platformio-build-esp32c3.py
1 parent 68e84ea commit bad1c4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎tools/platformio-build-esp32c3.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@
111111
"-u", "newlib_include_pthread_impl",
112112
"-u", "newlib_include_assert_impl",
113113
"-u", "__cxa_guard_dummy",
114-
"-u", "__cxx_fatal_exception",
115-
'-Wl,-Map="%s"' % join("$BUILD_DIR", basename(env.subst("${PROJECT_DIR}.map")))
114+
'-Wl,-Map="%s"' % join("${BUILD_DIR}", "${PROGNAME}.map")
116115
],
117116

118117
CPPPATH=[

0 commit comments

Comments
 (0)
Please sign in to comment.