Update build-libs.sh

This commit is contained in:
Me No Dev 2019-10-09 10:28:08 +03:00 committed by GitHub
parent 1312c6b5f9
commit f93aa972b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,5 +15,6 @@ $SED -i '/CONFIG_ESP32_DEFAULT_CPU_FREQ_240/c\CONFIG_ESP32_DEFAULT_CPU_FREQ_240=
$SED -i '/CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ/c\CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240' ./sdkconfig
# make the example
make defconfig
make -j8 #fixes make issue where build fails in arduino core subfolder
make -j8 idf-libs || exit 1