Skip to content

Commit

Permalink
add more include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 14, 2023
1 parent d760692 commit 03274d7
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 @@ -88,7 +88,7 @@ jobs:
cd src
if [[ "$RUNNER_OS" == "Windows" ]]; then
env
make mex USERARFLAGS="-Lc:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/x86_64-w64-mingw32/lib -Lc:/ghcup/ghc/9.0.2/mingw/lib -Ic:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/include libzmat.a -lz -v"
make mex USERARFLAGS="-Lc:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/x86_64-w64-mingw32/lib -Lc:/ghcup/ghc/9.0.2/mingw/lib -Ic:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/include -Ic:/msys64/usr/include -Ic:/ProgramData/chocolatey/lib/octave.portable/tools/octave/mingw64/include libzmat.a -lz -v"
objdump -p ../mmclab/mmc.mexw* | grep "DLL Name:"
elif [[ "$RUNNER_OS" == "macOS" ]]; then
which mex
Expand Down

0 comments on commit 03274d7

Please sign in to comment.