Browse Source

fix the go installation on mac os x (somewhat)

Kyle P Davis 10 years ago
parent
commit
e43f199051
1 changed files with 2 additions and 2 deletions
  1. 2 2
      gimmes/go

+ 2 - 2
gimmes/go

@@ -10,11 +10,11 @@ gimme \
 	git \
 	mercurial
 
+#TODO: might eventually make these two more similar
 if ! has go; 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