Skip to content

Commit 94a2dae

Browse files
daviddavid
david
authored and
david
committed
feat: update -mmacosx-version-min=13.3
1 parent e959716 commit 94a2dae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bridge/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required(VERSION 3.10.0)
2-
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11)
2+
set(CMAKE_OSX_DEPLOYMENT_TARGET 13.3)
33
project(WebF)
44

5-
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11)
5+
set(CMAKE_OSX_DEPLOYMENT_TARGET 13.3)
66
# MSBuild are slower than Clang/GCC to support new CXX standards.
77
if(MSVC)
88
set(CMAKE_CXX_STANDARD 20)

bridge/core/executing_context.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ void ExecutingContext::promiseRejectTracker(JSContext* ctx,
524524
context->rejected_promises_.TrackUnhandledPromiseRejection(context, promise, reason);
525525
}
526526
}
527+
*/
527528

528529
DOMTimerCoordinator* ExecutingContext::Timers() {
529530
return &timers_;

0 commit comments

Comments
 (0)