[Webkit-unassigned] [Bug 108007] Stop defining PLATFORM(MAC) when building for PLATFORM(IOS) and PLATFORM(IOS_SIMULATOR)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 26 22:39:42 PST 2013


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





--- Comment #4 from Maciej Stachowiak <mjs at apple.com>  2013-01-26 22:41:38 PST ---
I think it makes sense to have a single macro that means PLATFORM(MAC) || PLATFORM(IOS) (effectively). But it should not be an OS() macro - those are supposed to be for low-level system things - cases where different top-level ports might build on the same underlying OS. So if we make a shared one, it should probably be a PLATFORM() macro, not OS(). Another idea besides PLATFORM(APPLE) might be PLATFORM(COCOA) (to the extent that Cocoa Touch is a form of Cocoa).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list