We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb5893 commit 430f8fcCopy full SHA for 430f8fc
1 file changed
ports/ci/windows-msys/test.sh
@@ -57,12 +57,12 @@ sleep 20
57
58
echo "Testing the virtual camera in DirectShow"
59
60
-"${COMPILER}" -o testds.exe ports/ci/windows-msys/testds.cpp -lole32 -loleaut32 -lstrmiids -lquartz
+"${COMPILER_CXX}" -o testds.exe ports/ci/windows-msys/testds.cpp -lole32 -loleaut32 -lstrmiids -lquartz
61
./testds.exe
62
63
echo "Testing the virtual camera in Media Foundation"
64
65
-"${COMPILER}" -o testmf.exe ports/ci/windows-msys/testmf.cpp -lole32 -lmf -lmfplat -lmfreadwrite -lmfuuid
+"${COMPILER_CXX}" -o testmf.exe ports/ci/windows-msys/testmf.cpp -lole32 -lmf -lmfplat -lmfreadwrite -lmfuuid
66
./testmf.exe
67
68
echo "Checking if the services are up"
0 commit comments