Skip to content

Commit

Permalink
fix windows mex build error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 6, 2023
1 parent 25668e5 commit 0800d0e
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 @@ -126,7 +126,7 @@ jobs:
run: |
cd src
if [[ "$RUNNER_OS" == "Windows" ]]; then
make mex INCLUDES='-I"${{ env.CMAKE_INCLUDE_PATH }}"'
make mex
objdump -p ../mcxlab/mcx.mexw* | grep "DLL Name:"
elif [[ "$RUNNER_OS" == "macOS" ]]; then
which mex
Expand Down

0 comments on commit 0800d0e

Please sign in to comment.