Skip to content

Commit fe65b45

Browse files
authored
Update config.sh
1 parent 618881f commit fe65b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ AR_PLATFORMIO_PY="$AR_TOOLS/platformio-build.py"
3636
AR_ESPTOOL_PY="$AR_TOOLS/esptool.py"
3737
AR_GEN_PART_PY="$AR_TOOLS/gen_esp32part.py"
3838
AR_SDK="$AR_TOOLS/sdk"
39-
OSBITS=`arch`
39+
OSBITS=`uname -m`
4040

4141
function get_os(){
4242
if [[ "$OSTYPE" == "linux"* ]]; then

0 commit comments

Comments
 (0)