Skip to content

Commit a88e3cd

Browse files
authored
Update platformio-build-esp32.py
1 parent 9e8f246 commit a88e3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platformio-build-esp32.py

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

118118
CPPPATH=[

0 commit comments

Comments
 (0)