projects
/
cycript.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Try to use std::streambuf instead of std::istream.
[cycript.git]
/
android-ncurses.sh
Commit
Line
Data
9918a0fa
JF
1
#!/bin/bash
2
. ./android.sh
3
rm -rf ncurses.and
4
mkdir ncurses.and
5
cd ncurses.and
6
cfg ../ncurses-5.9/configure --enable-static --disable-shared
7
sed -i -e '/^#define HAVE_LOCALE_H 1$/ d;' include/ncurses_cfg.h
8
make -j4