Skip to content
Snippets Groups Projects
Commit 705387b0 authored by Peter Wägemann's avatar Peter Wägemann
Browse files

Checkout of revision 3.7 not required for extras

parent bf0fb3cb
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,9 @@ fi
# get clang's extras
if ! test -d ${EXTRA_SRC}; then
git clone ${EXTRA_GIT} ${EXTRA_SRC}
cd ${EXTRA_SRC}
git checkout ${VERSION}
cd ${BASE}
# cd ${EXTRA_SRC}
# git checkout ${VERSION}
# cd ${BASE}
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment