Skip to content

Commit

Permalink
use LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 14, 2023
1 parent 4c6f392 commit b1b1e6e
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 EXTRALIB="-static-libstdc++ -static-libgcc -Wl,-Bdynamic -lOpenCL -Wl,-Bstatic libzmat.a -lm -lz -v"
make mex LDFLAGS="-static-libstdc++ -static-libgcc -Wl,-Bstatic libzmat.a -lm -lz" EXTRALIB="-v"
objdump -p ../mmclab/mmc.mexw* | grep "DLL Name:"
elif [[ "$RUNNER_OS" == "macOS" ]]; then
which mex
Expand Down

0 comments on commit b1b1e6e

Please sign in to comment.