1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 19:13:34 +02:00

Update install_osx_dependencies

Minor change from OSX to macOS
This commit is contained in:
Alan Yee 2017-07-17 00:46:04 -07:00 committed by GitHub
parent 37428f8ab2
commit 2d6916a719

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -eu
echo "Installing OSX System Dependencies"
echo "Installing macOS System Dependencies"
echo "=================================="
if ! type "brew" > /dev/null; then