espressif / esp32-arduino-lib-builder

134 stars 148 forks source link

Replace "arch" with "uname -m" #163

Closed lucasssvaz closed 3 months ago

lucasssvaz commented 4 months ago

The arch alias/command is not available on many distros. By replacing it with uname -m we can make the lib-builder more distro agnostic and enable compilation in distros like Arch.

https://man7.org/linux/man-pages/man1/arch.1.html