Skip to content

Commit fe779f4

Browse files
authored
Update platformio-build-esp32c3.py
1 parent a88e3cd commit fe779f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platformio-build-esp32c3.py

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

117117
CPPPATH=[

0 commit comments

Comments
 (0)