mirror of
https://github.com/espressif/openthread.git
synced 2026-08-29 21:39:54 +00:00
Fix path to astyle source. (#265)
This commit is contained in:
@@ -68,8 +68,8 @@ cd /tmp || die
|
||||
}
|
||||
|
||||
[ $BUILD_TARGET != pretty-check ] || {
|
||||
wget https://sourceforge.net/projects/astyle/files/astyle/astyle%202.05.1/astyle_2.05.1_linux.tar.gz/download -O astyle.tar.gz || die
|
||||
tar xzvf astyle.tar.gz || die
|
||||
wget http://ufpr.dl.sourceforge.net/project/astyle/astyle/astyle%202.05.1/astyle_2.05.1_linux.tar.gz || die
|
||||
tar xzvf astyle_2.05.1_linux.tar.gz || die
|
||||
cd astyle/build/gcc || die
|
||||
LDFLAGS=" " make || die
|
||||
cd ../../..
|
||||
|
||||
Reference in New Issue
Block a user