瀏覽代碼

fix the go installation on mac os x (somewhat)

Kyle P Davis 10 年之前
父節點
當前提交
e43f199051
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      gimmes/go

+ 2 - 2
gimmes/go

@@ -10,11 +10,11 @@ gimme \
 	git \
 	git \
 	mercurial
 	mercurial
 
 
+#TODO: might eventually make these two more similar
 if ! has go; then
 if ! has go; then
 	if [[ "$OS" = "Darwin" ]]; then
 	if [[ "$OS" = "Darwin" ]]; then
 
 
-		#TODO: finish getting this working in atom w/ go-plus ... maybe just use binary from site like in Linux
-		gimme_pkg go --cross-compile-common
+		GOROOT="" gimme_pkg go --with-cc-common
 
 
 	else
 	else