Browse Source

Merge branch 'master' of https://github.com/KylePDavis/dotfiles

Kyle P Davis 10 năm trước cách đây
mục cha
commit
5f9d94b962
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .profile

+ 1 - 1
.profile

@@ -102,6 +102,6 @@ _install_dev_db() {
 
 _install_dev_go() {
 	_install_homebrew
-	which go >/dev/null  ||  brew install go --cross-compile-common
+	which go >/dev/null  ||  brew install go --with-cc-common
 }