Add windows supported SDKs to powershell checkout-deps (#1116)
.sh version has this bit: ``` if [ $ismac -eq 0 ]; then # Add these SDKs for Windows or Linux sdks+=( orangebox blade episode1 bms ) # Add more SDKs for Windows only if [ $iswin -eq 1 ]; then sdks+=( darkm swarm bgt eye contagion ) fi fi ``` Added these to the SDK list.
This commit is contained in:
parent
0d320b7922
commit
a1436cd205
14
tools/checkout-deps.ps1
vendored
14
tools/checkout-deps.ps1
vendored
@ -18,7 +18,17 @@ param(
|
|||||||
'tf2',
|
'tf2',
|
||||||
'insurgency',
|
'insurgency',
|
||||||
'sdk2013',
|
'sdk2013',
|
||||||
'dota'
|
'dota',
|
||||||
|
'orangebox',
|
||||||
|
'blade',
|
||||||
|
'episode1',
|
||||||
|
'bms',
|
||||||
|
'darkm',
|
||||||
|
'swarm',
|
||||||
|
'bgt',
|
||||||
|
'eye',
|
||||||
|
'contagion',
|
||||||
|
'doi'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -78,4 +88,4 @@ Checkout-Repo -Name "ambuild" -Branch "master" -Repo "https://github.com/alliedm
|
|||||||
Set-Location ambuild
|
Set-Location ambuild
|
||||||
& python setup.py install
|
& python setup.py install
|
||||||
|
|
||||||
Set-Location ..
|
Set-Location ..
|
||||||
|
Loading…
Reference in New Issue
Block a user