Skip to content

Commit

Permalink
debug mex compilation issue on windows, matlab-actions/setup-matlab#60
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 13, 2023
1 parent afa6f89 commit 60d5331
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ jobs:
run: |
cd src
if [[ "$RUNNER_OS" == "Windows" ]]; then
ls '/c/Program Files/MATLAB/R2022b/bin'
make mex
make mex EXTRALIB="-v"
objdump -p ../mmclab/mmc.mexw* | grep "DLL Name:"
elif [[ "$RUNNER_OS" == "macOS" ]]; then
which mex
Expand Down

0 comments on commit 60d5331

Please sign in to comment.