Browse Source

fix OSX

pull/27/head
ca333 5 years ago
committed by GitHub
parent
commit
df7f46285a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      toolchain-info.sh

2
toolchain-info.sh

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

Loading…
Cancel
Save