resolved comments

This commit is contained in:
Nikita Bykov
2020-09-08 17:13:02 +03:00
parent dc8da2cb3a
commit d23e94cfe3
4 changed files with 9 additions and 7 deletions

View File

@@ -79,8 +79,8 @@ class BoostBuilder {
#>
Write-Host "Create WorkFolderLocation and ArtifactFolderLocation folders"
New-Item -Path $this.WorkFolderLocation -ItemType "directory"
New-Item -Path $this.ArtifactFolderLocation -ItemType "directory"
New-Item -Path $this.WorkFolderLocation -ItemType "Directory"
New-Item -Path $this.ArtifactFolderLocation -ItemType "Directory"
Write-Host "Download Boost $($this.Version) source code..."
$this.Download()