浏览代码

switch to new cross compile flag for go installation

Kyle P Davis 10 年之前
父节点
当前提交
67bb15c297
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 }