[Webkit-unassigned] [Bug 219993] New: $(findstring iphone, $(SDKROOT)) fails when SDKROOT is not lowercase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 12:38:25 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219993

            Bug ID: 219993
           Summary: $(findstring iphone,$(SDKROOT)) fails when SDKROOT is
                    not lowercase
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rhost at apple.com

rdar://72436093

In our makefiles checks SDKROOT are case sensitive and fail if the SDKROOT has uppercase.
EG: $(findstring iphone,$(SDKROOT)) fails with SDKs cased as iPhoneOS.

This patch converts SDKROOT path to lowercase so any casing is matched in the same way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201217/e35f99f2/attachment.htm>


More information about the webkit-unassigned mailing list