Skip to content

Commit

Permalink
add path to libz
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 14, 2023
1 parent 9d6509e commit 64f8503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
cd src
if [[ "$RUNNER_OS" == "Windows" ]]; then
make mex LDFLAGS="-static-libstdc++ -static-libgcc -Wl,-Bstatic libzmat.a -lm -Lc:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/x86_64-w64-mingw32/lib -lz" EXTRALIB="-v"
make mex LDFLAGS="-static-libstdc++ -static-libgcc -Wl,-Bstatic libzmat.a -lm" EXTRALIB="-Lc:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/x86_64-w64-mingw32/lib -lz -v"
objdump -p ../mmclab/mmc.mexw* | grep "DLL Name:"
elif [[ "$RUNNER_OS" == "macOS" ]]; then
which mex
Expand Down

0 comments on commit 64f8503

Please sign in to comment.