Bläddra i källkod

fix the go installation on mac os x (somewhat)

Kyle P Davis 11 år sedan
förälder
incheckning
e43f199051
1 ändrade filer med 2 tillägg och 2 borttagningar
  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