projects
/
cycript.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Restrict to valid escape sequences in identifiers.
[cycript.git]
/
android-libffi.sh
1
#!/bin/bash
2
set -e
3
. .
/
android.sh
4
arch
=
armeabi
5
rm
-rf
libffi.and
6
mkdir
-p
libffi.and
7
cd
libffi.and
8
cfg ..
/
libffi
/
configure
--enable-static --disable-shared
9
make