[webkit-changes] [WebKit/WebKit] b25829: Dont build default.metallib when building ANGLE

kpiddington noreply at github.com
Tue Jul 25 17:39:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b258292b150603e1104099b6c41a3a30ab7fb5fc
      https://github.com/WebKit/WebKit/commit/b258292b150603e1104099b6c41a3a30ab7fb5fc
  Author: Kyle Piddington <kpiddington at apple.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
    M Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Dont build default.metallib when building ANGLE
https://bugs.webkit.org/show_bug.cgi?id=259509
<rdar://112819533>
Reviewed by Alex Christensen.

The autogenerated metal file was accidently included as a
build target in ANGLE's default shared library. It's previously
been compiled in a seperate project that builds to
"ANGLEMetalLib.metallib". After the last ANGLE roll,
it was building to both "default.metallib" and 'ANGLEMetalLib.metallib'

This change restores the previous behavior for this library.

* Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list