Changeset 286645 in webkit
- Timestamp:
- Dec 7, 2021, 11:27:20 PM (5 years ago)
- Location:
- trunk/Source/ThirdParty/ANGLE
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
src/common/platform.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/ThirdParty/ANGLE/ChangeLog
r286638 r286645 1 2021-12-07 Myles C. Maxfield <mmaxfield@apple.com> 2 3 [MacCatalyst] Fix build after r286603 4 https://bugs.webkit.org/show_bug.cgi?id=233977 5 6 Unreviewed. 7 8 Previously, TARGET_OS_IOS and TARGET_OS_MACCATALYST were never on at the same time. 9 Now, they're on at the same time, and ANGLE doesn't expect that. This patch turns 10 off TARGET_OS_IOS when TARGET_OS_MACCATALYST is on, just to get ANGLE to build. 11 The long-term fix is to either update all the sites to use correct macros, or to 12 use the ANGLE_PLATFORM_* defines instead. 13 14 * src/common/platform.h: 15 1 16 2021-12-07 Yusuke Suzuki <ysuzuki@apple.com> 2 17 -
trunk/Source/ThirdParty/ANGLE/src/common/platform.h
r286603 r286645 133 133 # if TARGET_OS_MACCATALYST 134 134 # define ANGLE_PLATFORM_MACCATALYST 1 135 # undef TARGET_OS_IOS 135 136 # endif 136 137 # endif
Note:
See TracChangeset
for help on using the changeset viewer.