diff options
| author | 2021-01-28 03:28:02 +0100 | |
|---|---|---|
| committer | 2021-01-28 03:28:02 +0100 | |
| commit | ced16994f3787853bb74f8ec3baa7f2338292340 (patch) | |
| tree | c955608168dda6de5b9ce8658e1f7b46e163a05b /.github | |
| parent | af9b59e6a1a36997d7017f4841f4a934ca1ade98 (diff) | |
| download | libplist-ced16994f3787853bb74f8ec3baa7f2338292340.tar.gz libplist-ced16994f3787853bb74f8ec3baa7f2338292340.tar.bz2 | |
[github-actions] macOS: Fix build with cython
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2abc38b..b83f408 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -29,7 +29,11 @@ jobs: | |||
| 29 | shell: bash | 29 | shell: bash |
| 30 | - uses: actions/checkout@v2 | 30 | - uses: actions/checkout@v2 |
| 31 | - name: autogen | 31 | - name: autogen |
| 32 | run: ./autogen.sh | 32 | run: | |
| 33 | export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/2.7/bin" | ||
| 34 | export LIBS="-L/Library/Frameworks/Python.framework/Versions/2.7/lib" | ||
| 35 | export PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python" | ||
| 36 | ./autogen.sh | ||
| 33 | - name: make | 37 | - name: make |
| 34 | run: make | 38 | run: make |
| 35 | - name: make check | 39 | - name: make check |
