Skip to content

Commit

Permalink
Update build script comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rsre committed Aug 24, 2023
1 parent 82e4d98 commit 280cc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function check_failure {
[[ $CODE == 0 ]] || fail "$CODE" "$MESSAGE"
}

# *** Not Tested! ***
if [ "$SETUP_ENVIRONMENT" = true ]; then
# Install HomeBrew (only if you don't have it)
which -s brew
Expand All @@ -80,6 +79,7 @@ if [ "$SETUP_ENVIRONMENT" = true ]; then
# Install Python with pyenv and set it as the default Python
pyenv uninstall -f ${PYTHON_VERSION}
# https://github.com/pyenv/pyenv/issues/94
# Not needed anymore with python 3.11.4
# env PATH="$(brew --prefix tcl-tk)/bin:$PATH" \
# LDFLAGS="-L$(brew --prefix tcl-tk)/lib" \
# CPPFLAGS="-I$(brew --prefix tcl-tk)/include" \
Expand Down

0 comments on commit 280cc3d

Please sign in to comment.