File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Android
308
308
# This is a patch build.
309
309
# https://github.com/abseil/abseil-cpp/blob/master/CMake/README.md
310
310
add_subdirectory (${V8_DIR} /third_party/abseil-cpp ${V8_RELEASE_DIR} /third_party/abseil-cpp)
311
- target_link_libraries (Javet PUBLIC absl::base absl::time)
311
+ target_link_libraries (Javet PUBLIC -lc++ absl::base absl::time)
312
312
endif ()
313
313
if (DEFINED NODE_DIR)
314
314
list (APPEND includeDirs
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Release Notes 4.0.x - 4.1.x
7
7
8
8
* Upgraded Node.js to ``v22.11.0 `` `(2024-10-29) <https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.11.0 >`_
9
9
* Upgraded V8 to ``v13.1.201.8 `` (2024-11-11)
10
+ * Upgraded clang to v20 for V8 mode on MacOS
10
11
* Switched to core dependency + individual native dependency
11
12
* Supported ``Float16Array ``
12
13
* Added ``Float16 ``
You can’t perform that action at this time.
0 commit comments