Skip to content

Commit

Permalink
Scripts: Add Apple Silicon homebrew bin path to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealDome committed Oct 24, 2021
1 parent 68d5dbd commit eb2bf6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

PATH=$PATH:/opt/homebrew/bin

ROOT_SRC_DIR="$PROJECT_DIR/../"
EXPORT_UUID=`uuidgen`
EXPORT_PATH="/tmp/DolphiniOS-$EXPORT_UUID"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

PATH=$PATH:/opt/homebrew/bin

ROOT_DOLPHIN_DIR="$PROJECT_DIR/../../.."
CMAKE_BUILD_DIR="$ROOT_DOLPHIN_DIR/build-$PLATFORM_NAME-$DOLPHIN_BUILD_TYPE"
ADDITIONAL_CMAKE_SETTINGS=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

PATH=$PATH:/opt/homebrew/bin

ROOT_SRC_DIR="$PROJECT_DIR/../"
EXPORT_UUID=`uuidgen`
EXPORT_PATH="/tmp/DolphiniOS-NJB-$EXPORT_UUID"
Expand Down

0 comments on commit eb2bf6e

Please sign in to comment.