Skip to content

Commit 32623a3

Browse files
committed
complete wl
1 parent 9158f22 commit 32623a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-opencvsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
export MSYS2_ARG_CONV_EXCL="*"
148148
cl /nologo /EHsc test.c ../opencvsharp/lib/OpenCvSharpExtern.lib /link /OUT:test.exe
149149
else
150-
gcc test.c -L../opencvsharp/lib -lOpenCvSharpExtern -o test.exe
150+
gcc test.c -L../opencvsharp/lib -lOpenCvSharpExtern -Wl,-rpath,'$ORIGIN' -o test.exe
151151
fi
152152
ls -lR
153153

0 commit comments

Comments
 (0)