Skip to content

Commit

Permalink
remove LD_PRELOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 23, 2023
1 parent 1907de8 commit 05e5c8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
make -C src mex CC=gcc-10 CXX=g++10 MEXLINKOPT="-static-libstdc++"
otool -L zipmat.mex*
else
env
export LD_PRELOAD=''
make -C src mex CC=gcc CXX=g++ MEXLINKOPT="-static-libgcc -static-libstdc++"
ldd zipmat.mex*
fi
Expand Down

0 comments on commit 05e5c8b

Please sign in to comment.