Skip to content
Snippets Groups Projects
Commit 34ad4b4b authored by Russell Taylor's avatar Russell Taylor
Browse files

Minor tidy-up. Re #3977.

parent ee65b096
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,13 @@
# This script deals with getting hold of the required third party includes and libraries
# It will either clone or pull 3rdpartyincludes & 3rdpartylibs-mac and put them in the right place for CMake
uname=`uname`
if [ ${uname} != 'Darwin' ]; then
echo 'This script is only intended for use on Macs'
echo 'Exiting without doing anything'
exit 0
fi
gitcmd=`which git`
arch=mac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment