Try again

This commit is contained in:
Milo Yip 2014-07-08 01:44:14 +08:00
parent bfba0d5ac9
commit 91b5607cdd

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
if [ "${config}" = "release64" ] && [ "$CC" = "clang" ] if [ "${config}" = "release64" ] && [ "${CC}" = "clang" ]
then then
cd /tmp cd /tmp
git clone https://github.com/doxygen/doxygen.git git clone https://github.com/doxygen/doxygen.git