Skip to content

Commit

Permalink
[github-actions] Remove unneeded Python 2 path for macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored and nikias committed Nov 26, 2023
1 parent 960da29 commit f21f2e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ jobs:
PYTHON_FRAMEWORK_PATH=$PYTHON_EXEC_PREFIX/Python3
export PYTHON_LIBS="-L$PYTHON_LIBS_PATH -lpython$PYTHON_VER"
export PYTHON_EXTRA_LDFLAGS="-Wl,-stack_size,1000000 -framework CoreFoundation $PYTHON_FRAMEWORK_PATH"
else
export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/2.7/bin"
export LIBS="-L/Library/Frameworks/Python.framework/Versions/2.7/lib"
export PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python"
fi
./autogen.sh --enable-debug
- name: make
Expand Down

0 comments on commit f21f2e3

Please sign in to comment.