arch&earch

This commit is contained in:
parazyd 2017-02-24 01:39:45 +01:00
parent 4f3cf810f8
commit a865afea6e
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
Subproject commit 9102ee317b22a8c6d2ce289851109a6fdb35ca72
Subproject commit 02c8ad45b35148667f85f89a29ecf98bdd160315

4
sdk
View File

@ -53,8 +53,8 @@ load() {
ckreq || return 1
case $arch in
amd64) ;;
i386) ;;
amd64) earch="x86_64" ;;
i386) earch="i686" ;;
*) error "invalid arch specified"; zerr;;
esac