chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2560340
)
Update outdated comment about x86_64
author
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 3 Oct 2016 21:00:01 +0000
(17:00 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 3 Oct 2016 21:00:01 +0000
(17:00 -0400)
build-package.sh
patch
|
blob
|
blame
|
history
diff --git
a/build-package.sh
b/build-package.sh
index cfd08fe226a23474b24c2274650bd1d56d5df846..ad1120c574f2a3853dd219dd313a0cf1339771a5 100755
(executable)
--- a/
build-package.sh
+++ b/
build-package.sh
@@
-10,7
+10,7
@@
test -f $HOME/.termuxrc && . $HOME/.termuxrc
: ${NDK:="${HOME}/lib/android-ndk"}
: ${TERMUX_MAKE_PROCESSES:='4'}
: ${TERMUX_TOPDIR:="$HOME/.termux-build"}
-: ${TERMUX_ARCH:="aarch64"} #
(arm|aarch64|i686|x86_64) - the x86_64 arch is not yet used or tested
.
+: ${TERMUX_ARCH:="aarch64"} #
arm, aarch64, i686 or x86_64
.
: ${TERMUX_PREFIX:='/data/data/com.termux/files/usr'}
: ${TERMUX_ANDROID_HOME:='/data/data/com.termux/files/home'}
: ${TERMUX_DEBUG:=""}