We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881bd93 commit 1687382Copy full SHA for 1687382
lib/tinyusb
ports/espressif/CMakeLists.txt
@@ -57,6 +57,7 @@ endif()
57
58
add_custom_command(TARGET app POST_BUILD
59
COMMAND bash ${CMAKE_BINARY_DIR}/tinyuf2.postbuild.sh
60
+ WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
61
VERBATIM
62
)
63
0 commit comments