mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
try to fix paths in orbot makefile
This commit is contained in:
parent
6680ad987e
commit
2243efa874
1 changed files with 1 additions and 1 deletions
|
|
@ -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,\
|
Build Version:0.2.4.4-alpha-1.0.11-RC4,49,85d065f40ce,submodules=yes,\
|
||||||
srclibs=ActionBarSherlock@4.1.0,prebuild=\
|
srclibs=ActionBarSherlock@4.1.0,prebuild=\
|
||||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
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
|
Auto Update Mode:None
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue