We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5f18f commit dbfa90fCopy full SHA for dbfa90f
.github/workflows/test-opencvsharp.yml
@@ -147,7 +147,7 @@ jobs:
147
export MSYS2_ARG_CONV_EXCL="*"
148
cl /nologo /EHsc test.c ../opencvsharp/lib/OpenCvSharpExtern.lib /link /OUT:test.exe
149
elif [[ "${{ runner.os }}" == macOS ]]; then
150
- gcc test.c -L../opencvsharp/lib -lOpenCvSharpExtern -Wl,-rpath,@loader_path -o test
+ gcc test.c -L../opencvsharp/lib -lOpenCvSharpExtern -Wl,-rpath,@loader_path -o test.exe
151
else
152
gcc test.c -L../opencvsharp/lib -lOpenCvSharpExtern -Wl,-rpath,'$ORIGIN' -o test.exe
153
fi
0 commit comments