Merge pull request #1515 from ca333/patch-4

fix OSX
This commit is contained in:
jl777
2019-05-30 19:26:32 -11:00
committed by GitHub

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 "-------------------------------------"