Skip to content

Commit

Permalink
Add quotes around ${platformio.build_dir} (#5906)
Browse files Browse the repository at this point in the history
Fixes #5898 (hopefully)
  • Loading branch information
esev authored Jan 22, 2025
1 parent 0fdbf70 commit fdc87d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extra_scripts = bin/platformio-custom.py
build_flags = -Wno-missing-field-initializers

-Wno-format
-Isrc -Isrc/mesh -Isrc/mesh/generated -Isrc/gps -Isrc/buzz -Wl,-Map,${platformio.build_dir}/output.map
-Isrc -Isrc/mesh -Isrc/mesh/generated -Isrc/gps -Isrc/buzz -Wl,-Map,"${platformio.build_dir}"/output.map
-DUSE_THREAD_NAMES
-DTINYGPS_OPTION_NO_CUSTOM_FIELDS
-DPB_ENABLE_MALLOC=1
Expand Down

0 comments on commit fdc87d4

Please sign in to comment.