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:
68b9813
)
ndk-stl: Fix 64-bit builds
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 2 Dec 2015 00:59:49 +0000
(19:59 -0500)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 2 Dec 2015 00:59:49 +0000
(19:59 -0500)
packages/ndk-stl/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/ndk-stl/build.sh
b/packages/ndk-stl/build.sh
index 452e729552ac0a73a191d8fd43bac749322e50d6..71fcc408be663f2aec7b866662392238f66130bf 100644
(file)
--- a/
packages/ndk-stl/build.sh
+++ b/
packages/ndk-stl/build.sh
@@
-15,8
+15,8
@@
termux_step_extract_into_massagedir () {
if [ $TERMUX_ARCH = arm ]; then
cp $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/arm-linux-androideabi/armv7-a/bits/* \
$TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/bits
if [ $TERMUX_ARCH = arm ]; then
cp $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/arm-linux-androideabi/armv7-a/bits/* \
$TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/bits
- el
if [ $TERMUX_ARCH = i686 ]; then
- cp $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/
i686
-linux-android/bits/* \
+ el
se
+ cp $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/
$TERMUX_ARCH
-linux-android/bits/* \
$TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/bits
fi
# fenv.h is a C++ compatibility header which should be included with the compiler
$TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/bits
fi
# fenv.h is a C++ compatibility header which should be included with the compiler