File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3535 - name : Setup Ubuntu
3636 run : |
3737 sudo apt-get update -y
38- sudo apt-get install -y execstack binutils build-essential libc++-dev libc++abi-dev libstdc++-14-dev
38+ sudo apt-get install -y execstack binutils build-essential libc++-dev libc++abi-dev
3939
4040 - name : Setup Python
4141 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -245,14 +245,12 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "Android
245245 if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "(arm64|aarch64)" )
246246 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -flax-vector-conversions " )
247247 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -flax-vector-conversions " )
248- list (APPEND includeDirs
249- ${V8_DIR} /third_party/libc++/src/include
250- )
251248 endif ()
252249 add_definitions (-D_LIBCPP_HARDENING_MODE_DEFAULT=_LIBCPP_HARDENING_MODE_NONE)
253250 list (APPEND includeDirs
254251 ${V8_DIR} /buildtools/third_party/libc++
255252 ${V8_RELEASE_DIR} /gen/third_party/libc++/src/include
253+ ${V8_DIR} /third_party/libc++/src/include
256254 )
257255 foreach (importLibrary ${importLibraries} )
258256 set_target_properties (${importLibrary} PROPERTIES IMPORTED_LOCATION ${V8_RELEASE_DIR} /obj/lib${importLibrary} .a)
You can’t perform that action at this time.
0 commit comments