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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 14:13:23 PST 2020


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

--- Comment #6 from Ryan Hostetler <rhost at apple.com> ---
(In reply to Darin Adler from comment #5)
> Or use something that extracts only the last piece of the SDKROOT path.
> There must be a function for that, maybe "basename".

Looks like notdir will grab just the SDK name:
$(notdir $(call to_lower,$(SDKROOT)))
> iphoneos13.0.sdk

-- 
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/353e88a1/attachment.htm>


More information about the webkit-unassigned mailing list