Skip to content

Commit b4f770a

Browse files
committed
Include building of axtls
At least on Debian, one needs to build axtls before doing make. Not tested on RPi.
1 parent 1d37845 commit b4f770a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_esp8266.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ if [ "$1" == "FULL" ] || [ "$1" == "MAKE-ONLY" ] || [ "$1" == "MAKE-ONLY-ESP826
455455

456456
make clean
457457

458+
make axtls
459+
458460
make
459461
fi
460462

0 commit comments

Comments
 (0)