mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
link makefile.in to Makefile.in for Android fdlibm build
This commit is contained in:
parent
27d7c8a3c0
commit
b409bba318
@ -368,7 +368,8 @@ this way, do the following, starting from the Avian directory:
|
||||
$ git clone https://github.com/dicej/android-libcore64 libcore
|
||||
$ (cd expat && CFLAGS=-fPIC CXXFLAGS=-fPIC ./configure --enable-static \
|
||||
&& make)
|
||||
$ (cd fdlibm && CFLAGS=-fPIC bash configure && make)
|
||||
$ (cd fdlibm && ln -sf makefile.in Makefile.in \
|
||||
&& CFLAGS=-fPIC bash configure && make)
|
||||
$ (cd icu4c && CFLAGS=-fPIC CXXFLAGS=-fPIC ./configure --enable-static \
|
||||
&& make)
|
||||
$ (cd openssl-upstream && git checkout OpenSSL_1_0_1e \
|
||||
|
Loading…
Reference in New Issue
Block a user