mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
change expat URL in README.md
Apparently we have readytalk.github.io set up to 301 redirect all URLs to oss.readytalk.com, which confuses curl. Rather than figure out how to make curl do the right thing, I've just changed the URL to point to oss.readytalk.com.
This commit is contained in:
parent
cfa62d8d2f
commit
c0c2b75be1
@ -397,7 +397,7 @@ the following, starting from the Avian directory:
|
||||
|
||||
git clone https://github.com/dicej/android-libcore64 libcore
|
||||
|
||||
curl -Of http://readytalk.github.io/avian/expat-2.1.0.tar.gz
|
||||
curl -Of http://oss.readytalk.com/avian/expat-2.1.0.tar.gz
|
||||
(cd external && tar xzf ../expat-2.1.0.tar.gz && mv expat-2.1.0 expat)
|
||||
|
||||
(cd external/expat && CFLAGS=-fPIC CXXFLAGS=-fPIC ./configure \
|
||||
|
Loading…
Reference in New Issue
Block a user