Skip to content

Commit

Permalink
Fix download clang
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Ribelotta <[email protected]>
  • Loading branch information
martinribelotta committed Mar 23, 2017
1 parent c94992e commit d441284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-x86_64/deploy-embedded-ide.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if true; then
echo "download and install clang..."
F=$(basename ${URL_CLANG})
D=$(echo ${F} | sed -E 's/.tar.gz|.tar.bz2|.tar.xz//')
#wget --no-check-certificate ${URL_CLANG} -O ${F}
wget --no-check-certificate ${URL_CLANG} -O ${F}
tar vxf ${F} --strip-components=1 -C ${OUTPATH} ${D}/bin/clang-4.0 ${D}/bin/clang ${D}/bin/clang++
fi

Expand Down

0 comments on commit d441284

Please sign in to comment.