mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Pass ExtraBuildArguments from variant to RunUAT
This commit is contained in:
parent
f2b29b4055
commit
eacdfac2ec
@ -234,7 +234,7 @@ try {
|
||||
|
||||
if ($dryrun) {
|
||||
Write-Output "Would have run:"
|
||||
Write-Output "> $runUAT $($argList -join " ")"
|
||||
Write-Output "> $runUAT $($argList -join " ") $($var.ExtraBuildArguments)"
|
||||
|
||||
} else {
|
||||
$proc = Start-Process $runUAT $argList -Wait -PassThru -NoNewWindow
|
||||
|
Loading…
x
Reference in New Issue
Block a user