Quellcode durchsuchen

switch to new cross compile flag for go installation

Kyle P Davis vor 10 Jahren
Ursprung
Commit
67bb15c297
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 }