Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d7994bbd6d7f0c1e2e2683c9ad6e02e75937bcc6
      
https://github.com/WebKit/WebKit/commit/d7994bbd6d7f0c1e2e2683c9ad6e02e75937bcc6
  Author: Elliott Williams <e...@apple.com>
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
    M Tools/Scripts/webkitdirs.pm

  Log Message:
  -----------
  [visionOS] build-webkit tries to build ImageDiff for visionOS, not macOS
rdar://128579426
https://bugs.webkit.org/show_bug.cgi?id=274564

Unreviewed build fix.

Add --visionos to the list of arguments that get stripped from
build-webkit when calling build-imagediff.

Before:
    > perl -ITools/Scripts -Mwebkitdirs -e 'print 
extractNonMacOSHostConfiguration(\@ARGV)' -- --visionos-device
    --visionos-device

After:
    > perl -ITools/Scripts -Mwebkitdirs -e 'print 
extractNonMacOSHostConfiguration(\@ARGV)' -- --visionos-device

* Tools/Scripts/webkitdirs.pm:
(extractNonMacOSHostConfiguration):

Canonical link: https://commits.webkit.org/279173@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to