Skip to content

Commit

Permalink
Fix the esp32 build on Debian (#3675)
Browse files Browse the repository at this point in the history
  • Loading branch information
serg3295 authored Dec 21, 2024
1 parent 3dc3dac commit d53f8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ execute_process(
COMMAND grep "^lfs,.*" ${PROJECT_DIR}/components/platform/partitions.csv
COMMAND cut -d, -f5
COMMAND tr -d " "
COMMAND awk "{print strtonum( $1 )}"
COMMAND xargs printf "%d"
OUTPUT_STRIP_TRAILING_WHITESPACE
OUTPUT_VARIABLE buildinfo_lfs_size
)
Expand Down

0 comments on commit d53f8fe

Please sign in to comment.