Skip to content

Commit b875147

Browse files
authored
Update platformio-build-esp32s2.py
1 parent fe779f4 commit b875147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platformio-build-esp32s2.py

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

114114
CPPPATH=[

0 commit comments

Comments
 (0)