Skip to content

Commit

Permalink
double quote windows libloc
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 24, 2023
1 parent d9f239c commit 1251014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Expand Up @@ -79,7 +79,7 @@ jobs:
make -C src oct CC=gcc CXX=g++ MEXLINKOPT="-static"
otool -L zipmat.mex
else
make -C src oct CC=gcc CXX=g++ MEXLINKOPT="-static-libgcc -static-libstdc++ -Wl,-Bstatic -lm -lz -lpthread -Wl,-Bdynamic"
make -C src oct CC=gcc CXX=g++ MEXLINKOPT="-static-libgcc -static-libstdc++ -Wl,-Bstatic -lm -lpthread -Wl,-Bdynamic"
ldd zipmat.mex
fi
strip -S zipmat.mex
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -54,7 +54,7 @@ ifeq ($(findstring _NT-,$(PLATFORM)), _NT-)
CPPOPT =-c
EXESUFFIX=
DLLFLAG=
MEXLINKLIBS=-L'\$$LIBLOC' -llibmx -llibmex
MEXLINKLIBS=-L"\$$LIBLOC" -llibmx -llibmex
else ifeq ($(findstring Darwin,$(PLATFORM)), Darwin)

else
Expand Down

0 comments on commit 1251014

Please sign in to comment.