Fix vigembuildscript

pull/148/head
Peter Repukat 2 years ago
parent fa60dd2804
commit 4fcd4a3bac

@ -2,7 +2,7 @@ cd deps/ViGEmClient
git apply ../../ViGEm_BuildConfig.patch
msbuild.exe ViGEmCLient.sln /t:Build /p:Configuration=Debug_LIB;Platform=x64
msbuild.exe ViGEmCLient.sln /t:Build /p:Configuration=Release_LIB;Platform=x64
msbuild.exe ViGEmCLient.sln /t:Build /p:Configuration=Debug_LIB /p:Platform=x64
msbuild.exe ViGEmCLient.sln /t:Build /p:Configuration=Release_LIB /p:Platform=x64
cd ../..
Loading…
Cancel
Save