diff options
| author | ruki <[email protected]> | 2025-11-22 23:09:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-22 23:09:59 +0800 |
| commit | d90c1ea2b477f6b38d119142b9c03d2621bcd064 (patch) | |
| tree | 3c005e0a2817cb32ae785411911867fb949bca35 | |
| parent | 450a73ee5c2923a6420e10101e4cb10f4de75786 (diff) | |
update tbox
| -rwxr-xr-x | configure | 4 | ||||
| m--------- | core/src/tbox/tbox | 0 |
2 files changed, 3 insertions, 1 deletions
@@ -712,8 +712,10 @@ is_host() { # detect host architecture os_arch=`uname -m | tr '[A-Z]' '[a-z]'` -if test_eq "${os_arch}" "i686"; then +if test_eq "${os_arch}" "i686" "i86pc"; then os_arch="i386" +elif test_eq "${os_arch}" "amd64"; then + os_arch="x86_64" elif test_eq "${os_arch}" "aarch64" || test_eq "${os_arch}" "arm64"; then os_arch="arm64" elif string_contains "${os_arch}" "armv7"; then diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox -Subproject a0577a18b0a43cf1585a97a71cd29c3ee477b51 +Subproject 0ce2d9bc437172e228000e542a0f617fb31a9d3 |
