Disable OpenAL WASAPI backend

This commit is contained in:
Ilya Fedin
2020-09-16 00:14:10 +04:00
committed by John Preston
parent 8d5e356733
commit 78d874e9a3
2 changed files with 9 additions and 3 deletions
+3 -2
View File
@@ -206,11 +206,12 @@ jobs:
cd openal-soft
git checkout fix_capture
cd build
cmake ^
cmake .. ^
-G "Visual Studio 16 2019" ^
-A Win32 ^
-D LIBTYPE:STRING=STATIC ^
-D FORCE_STATIC_VCRT:STRING=ON ..
-D FORCE_STATIC_VCRT=ON ^
-D ALSOFT_BACKEND_WASAPI=OFF
msbuild -m OpenAL.vcxproj /property:Configuration=Debug