Skip to content

Commit c0043da

Browse files
committed
1 parent b86ba2b commit c0043da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ AR_GEN_PART_PY="$AR_TOOLS/gen_esp32part.py"
3838
AR_SDK="$AR_TOOLS/sdk"
3939

4040
function get_os(){
41-
OSBITS=`arch`
41+
OSBITS=`uname -m`
4242
if [[ "$OSTYPE" == "linux"* ]]; then
4343
if [[ "$OSBITS" == "i686" ]]; then
4444
echo "linux32"

0 commit comments

Comments
 (0)