Skip to content

Commit 11705f0

Browse files
authored
Update archive-build.sh
1 parent c97c61b commit 11705f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/archive-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
3333

3434
# Replace FRAMEWORK_LIBS_DIR path from extern installed package to stored in framework
3535
org="platform.get_package_dir(\"framework-arduinoespressif32-libs\")"
36-
repl="join(FRAMEWORK_DIR, \"tools\", \"esp32-arduino-libs\")"
36+
repl="join(FRAMEWORK_DIR,\"tools\",\"esp32-arduino-libs\")"
3737
echo "Replace FRAMEWORK_LIBS_DIR=$org with FRAMEWORK_LIBS_DIR=$repl"
3838
gawk -i inplace -v cuv1=$org -v cuv2=$repl '{gsub(cuv1,cuv2); print;}' "arduino-esp32/tools/platformio-build.py"
3939

0 commit comments

Comments
 (0)