Skip to content

Commit 430f8fc

Browse files
committed
Fixing build script 3.
1 parent 5fb5893 commit 430f8fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ports/ci/windows-msys/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ sleep 20
5757

5858
echo "Testing the virtual camera in DirectShow"
5959

60-
"${COMPILER}" -o testds.exe ports/ci/windows-msys/testds.cpp -lole32 -loleaut32 -lstrmiids -lquartz
60+
"${COMPILER_CXX}" -o testds.exe ports/ci/windows-msys/testds.cpp -lole32 -loleaut32 -lstrmiids -lquartz
6161
./testds.exe
6262

6363
echo "Testing the virtual camera in Media Foundation"
6464

65-
"${COMPILER}" -o testmf.exe ports/ci/windows-msys/testmf.cpp -lole32 -lmf -lmfplat -lmfreadwrite -lmfuuid
65+
"${COMPILER_CXX}" -o testmf.exe ports/ci/windows-msys/testmf.cpp -lole32 -lmf -lmfplat -lmfreadwrite -lmfuuid
6666
./testmf.exe
6767

6868
echo "Checking if the services are up"

0 commit comments

Comments
 (0)