Skip to content

Commit

Permalink
test win matlab mex build
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 10, 2023
1 parent 2899d0b commit 06bcb39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ jobs:
run: |
cd src
if [[ "$RUNNER_OS" == "Windows" ]]; then
cc -v
ls -lt zmat
make mex LDFLAGS="-static lib/libzmat.a" EXTRALIB="-Lc:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/x86_64-w64-mingw32/lib -v"
alias cc=gcc
make mex CC=gcc CXX=g++ LDFLAGS="-static lib/libzmat.a" EXTRALIB="-Lc:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/x86_64-w64-mingw32/lib -v"
objdump -p ../mmclab/mmc.mexw* | grep "DLL Name:"
ldd ../mmclab/mmc.mexw*
elif [[ "$RUNNER_OS" == "macOS" ]]; then
Expand Down

0 comments on commit 06bcb39

Please sign in to comment.