We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf47ab commit f39adcfCopy full SHA for f39adcf
tools/config.sh
@@ -58,7 +58,7 @@ if [ -d "$IDF_PATH" ]; then
58
fi
59
60
function get_os(){
61
- OSBITS=`arch`
+ OSBITS=`uname -m`
62
if [[ "$OSTYPE" == "linux"* ]]; then
63
if [[ "$OSBITS" == "i686" ]]; then
64
echo "linux32"
0 commit comments