This commit is contained in:
ca333
2019-05-31 03:14:38 +02:00
committed by GitHub
parent e032898c39
commit df7f46285a

View File

@@ -1,6 +1,6 @@
#!/bin/bash
tools=("gcc-6" "g++-6" "otool" "nm")
tools=("gcc-8" "g++-8" "otool" "nm")
echo "Platform: `uname -a`"
echo "-------------------------------------"