adding several tool chain dependencies

This commit is contained in:
David Sparer
2018-02-09 13:09:58 -06:00
parent 2c1734aea6
commit 3d9d57b7fa
5 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,6 @@ $path_outputExe = Join-Path -Path $TargetDir -ChildPath $TargetFileName
# Set LargeAddressAware
Write-Output "Setting LargeAddressAware on binary file:`n`"$path_outputExe`" `nwith:`n`"$path_editBin`""
& $path_editBin "/largeaddressaware" "$path_outputExe"
& "$path_editBin" /largeaddressaware "$path_outputExe"
Write-Output ""