try to fix paths in orbot makefile
This commit is contained in:
parent
6680ad987e
commit
2243efa874
|
@ -32,7 +32,7 @@ Repo:git://git.torproject.org/orbot.git
|
|||
Build Version:0.2.4.4-alpha-1.0.11-RC4,49,85d065f40ce,submodules=yes,\
|
||||
srclibs=ActionBarSherlock@4.1.0,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
export NDK_BASE=$$NDK$$ && make -C external
|
||||
export NDK_BASE=$$NDK$$ && sed -i 's@ndk-build@$(NDK_BASE)/ndk-build@g' external/Makefile && make -C external
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
|
|
Loading…
Reference in a new issue