mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 13:40:21 +00:00
GitHub CI [Win, AJA]: AJA 16.1 compat - use glob for VS proj
This commit is contained in:
2
.github/scripts/Windows/build_aja.ps1
vendored
2
.github/scripts/Windows/build_aja.ps1
vendored
@@ -10,6 +10,6 @@ if (${env:SDK_URL}) {
|
||||
}
|
||||
mv c:\ntv2sdk* c:\AJA
|
||||
cd c:\AJA
|
||||
MSBuild.exe ntv2_vs12.sln -p:PlatformToolset=v142 -p:Configuration=Release -p:Platform=x64 -t:libajantv2:Rebuild
|
||||
MSBuild.exe (Get-ChildItem ntv2_vs*.sln) -p:PlatformToolset=v142 -p:Configuration=Release -p:Platform=x64 -t:libajantv2:Rebuild
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user