Skip to content

Commit

Permalink
Suppress all informational messages while running b2 during boost ins…
Browse files Browse the repository at this point in the history
…tallation
  • Loading branch information
ahmades committed Jul 12, 2024
1 parent 6f6a2a9 commit 45e3280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dependencies_installer/BoostInstaller.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ class BoostInstaller {
Push-Location $this.ExtractDir
$BOOSTBuildArgumentList = `
' -j' + $this.ParallelJobs `
+ '-d0' `
+ ' --build-dir=' + $this.BuildDir `
+ ' --prefix=' + $this.InstallDir `
+ ' --layout=system' `
Expand Down

0 comments on commit 45e3280

Please sign in to comment.