commit c978f0b9a38aacda26931553cd8753de5221eb3f parent a69cffd1db3981b3958d0489809d357eeb69ec9c Author: Chris Bracken <chris@bracken.jp> Date: Tue, 13 Jun 2023 09:58:46 -0700 Update GOMA_DIR paths Diffstat:
M | .zshenv | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.zshenv b/.zshenv @@ -37,8 +37,8 @@ export GEM_HOME="$HOME/.gem" [[ -d "$HOME/Developer" ]] && SRC_ROOT="$HOME/Developer" # Flutter/Fuchsia stuff. -export GOMA_DIR="$SRC_ROOT/goma" -export GOMA_LOCAL_OUTPUT_CACHE_DIR="$GOMA_DIR/.goma_cache" +[[ "$(uname)" == "Linux" ]] && export GOMA_DIR="$SRC_ROOT/flutter/engine/src/buildtools/linux-x64/goma" +[[ "$(uname)" == "Darwin" ]] && export GOMA_DIR="$SRC_ROOT/flutter/engine/src/buildtools/mac-x64/goma" [[ "$(uname)" == "Darwin" ]] && export FLUTTER_GOMA_CREATE_XCODE_SYMLINKS=1 # Set GOPATH.