Skip to content

Commit

Permalink
update brew script for install golang
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasnaqdi committed Nov 30, 2023
1 parent ee67a95 commit ce8dd57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ for dep in "${dependencies[@]}"; do
check_and_install "$dep" "$dep"
done

# Replace golang
brew unlink [email protected]
brew link --overwrite go

# Set environment variables for Qt5
export PATH="/usr/local/opt/qt@5/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/qt@5/lib"
Expand Down

0 comments on commit ce8dd57

Please sign in to comment.