Skip to content

Commit

Permalink
Remove unnecessary variable from setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
catarial committed Sep 16, 2024
1 parent 4bc017a commit b5e23e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup/setup_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ source setup/setup_shared.sh
export PLATFORMS=""

if [ $SETUP_IOS ]; then
OSX_MAJOR_VERSION=`sw_vers | grep ProductVersion | cut -d ':' -f 2 | cut -d '.' -f 1`
echo "Found OSX major version" $OSX_MAJOR_VERSION

# The Homebrew pac-man is installed in different locations, depending on whether the processor
# is an Intel or Apple Silicone chip. Intel uses x86_64, Apple chips are amd64, so we can
# check the chip type using these hardware platforms.
Expand Down

0 comments on commit b5e23e1

Please sign in to comment.