Skip to content

Commit

Permalink
Merge branch 'main' into ben/run-loop-bun
Browse files Browse the repository at this point in the history
  • Loading branch information
190n committed Dec 5, 2024
2 parents f12e277 + e17d16e commit 8085fca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/WTF/wtf/PlatformEnable.h
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,8 @@
#define ENABLE_COMPUTED_GOTO_OPCODES 1
#endif

#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 150000) \
#if (OS(DARWIN) && USE(BUN_JSC_ADDITIONS)) \
|| (PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 150000) \
|| (PLATFORM(MACCATALYST) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 180000) \
|| (PLATFORM(IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 180000) \
|| (PLATFORM(APPLETV) && __TV_OS_VERSION_MAX_ALLOWED >= 180000) \
Expand Down

0 comments on commit 8085fca

Please sign in to comment.