diff options
author | Dave Nicolson | 2023-11-24 19:54:00 +0100 |
---|---|---|
committer | Nikias Bassen | 2023-11-26 13:03:56 +0800 |
commit | f21f2e3142f494ce0c1f2c491f6209cd918144f6 (patch) | |
tree | 93fc3809762a741d3a21074983f8f0661b52b743 /.github/workflows | |
parent | 960da293e95883000e2d71acc8d370eb3e68ba11 (diff) | |
download | libplist-f21f2e3142f494ce0c1f2c491f6209cd918144f6.tar.gz libplist-f21f2e3142f494ce0c1f2c491f6209cd918144f6.tar.bz2 |
[github-actions] Remove unneeded Python 2 path for macOS build
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf2d254..ae8b8dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |