diff options
| author | ruki <[email protected]> | 2025-11-22 23:14:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-22 23:14:22 +0800 |
| commit | 2ed40caeb0a46f3a5ffb83b85e136c3289e0ed96 (patch) | |
| tree | 50766049cf8a86a278ffe51bd77e2e750913aaf2 | |
| parent | 4d438db68aab347b6808ee81ddc7cdac1a123285 (diff) | |
improve configure
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -712,7 +712,7 @@ is_host() { # detect host architecture os_arch=`uname -m | tr '[A-Z]' '[a-z]'` -if test_eq "${os_arch}" "i686" "i86pc"; then +if test_eq "${os_arch}" "i686" || test_eq "${os_arch}" "i86pc"; then os_arch="i386" elif test_eq "${os_arch}" "amd64"; then os_arch="x86_64" |
