Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/brechtsanders/xlsxio
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtsanders committed May 25, 2024
2 parents a980bfb + 2dc5674 commit de548bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/xlsxio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@ jobs:
make install \
PREFIX=$PWD/release \
${{ matrix.config.makeargs }} \
CFLAGS="-O3 -I$PWD/deps/include -I/usr/local/opt/libarchive/include" \
LDFLAGS="-L$PWD/deps/lib -L/usr/local/opt/libarchive/lib"
CFLAGS="-O3 -I$PWD/deps/include -I/usr/local/opt/libarchive/include -I/opt/homebrew/Cellar/minizip/1.3.1/include" \
LDFLAGS="-L$PWD/deps/lib -L/usr/local/opt/libarchive/lib -L/opt/homebrew/Cellar/minizip/1.3.1/lib"
#- if: matrix.config.os == 'windows-latest'
# name: Build package
# run: |
# PKG_CONFIG_PATH=$PWD/deps/lib/pkgconfig:/usr/local/opt/libarchive/lib/pkgconfig:$PKG_CONFIG_PATH \
# make binarypackage \
# STATIC=1 \
# CFLAGS="-I$PWD/deps/include -I/usr/local/opt/libarchive/include -I/opt/homebrew/Cellar/minizip/1.3.1/include" \
# LDFLAGS="-L$PWD/deps/lib -L/usr/local/opt/libarchive/lib -L/opt/homebrew/Cellar/minizip/1.3.1/lib"
# CFLAGS="-I$PWD/deps/include -I/usr/local/opt/libarchive/include" \
# LDFLAGS="-L$PWD/deps/lib -L/usr/local/opt/libarchive/lib"
# mv xlsxio-*.zip xlsxio-${{ matrix.config.arch }}.zip
#- if: matrix.config.os == 'windows-latest'
# name: Upload package
Expand Down

0 comments on commit de548bb

Please sign in to comment.