Skip to content

Commit

Permalink
Update copy-libs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Nov 6, 2024
1 parent bb45bf0 commit 0b2713f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/copy-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ fi
if [ -e "$AR_SDK/platformio-build.py" ]; then
rm -rf "$AR_SDK/platformio-build.py"
fi

mkdir -p "$AR_SDK"
mkdir -p "$AR_SDK/lib"

function get_actual_path(){
p="$PWD"; cd "$1"; r="$PWD"; cd "$p"; echo "$r";
Expand Down Expand Up @@ -450,8 +452,6 @@ echo " join(FRAMEWORK_DIR, \"cores\", board_config.get(\"build.core\"))"
echo " ]," >> "$AR_PLATFORMIO_PY"
echo "" >> "$AR_PLATFORMIO_PY"

mkdir -p "$AR_SDK/lib"

AR_LIBS="$LD_LIBS"
PIO_LIBS=""
set -- $LD_LIBS
Expand Down

0 comments on commit 0b2713f

Please sign in to comment.