[webkit-reviews] review requested: [Bug 190797] [Win] Allow passing extra vswhere arguments to build-webkit. : [Attachment 352898] PATCH

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 11:55:36 PDT 2018


Basuke Suzuki <Basuke.Suzuki at sony.com> has asked  for review:
Bug 190797: [Win] Allow passing extra vswhere arguments to build-webkit.
https://bugs.webkit.org/show_bug.cgi?id=190797

Attachment 352898: PATCH

https://bugs.webkit.org/attachment.cgi?id=352898&action=review




--- Comment #2 from Basuke Suzuki <Basuke.Suzuki at sony.com> ---
Created attachment 352898

  --> https://bugs.webkit.org/attachment.cgi?id=352898&action=review

PATCH

Example:
# to use version greater or equeal than 15.7 but lesser than 15.8
> perl build-webkit --wincairo --vswhereargs='-version [15.7,15.8)'

# to use VisualStudio Community over VisualStudio Professional
> perl build-webkit --wincairo --vswhereargs='-products
Microsoft.VisualStudio.Product.Community'


More information about the webkit-reviews mailing list