Skip to content

Commit 899a060

Browse files
v8 without inspector (#1278)
Fix v8 without inspector installation also needs this BabylonJS/JsRuntimeHost#46
1 parent 923fa6d commit 899a060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FetchContent_Declare(ios-cmake
1313
GIT_TAG 04d91f6675dabb3c97df346a32f6184b0a7ef845)
1414
FetchContent_Declare(JsRuntimeHost
1515
GIT_REPOSITORY https://github.com/BabylonJS/JsRuntimeHost.git
16-
GIT_TAG 1ff3a500b98264c15a08f6aca9baee0e662d3eaf)
16+
GIT_TAG 85d8d91be3c157bf61857c1e1346444024794142)
1717
FetchContent_Declare(AndroidExtensions
1818
GIT_REPOSITORY https://github.com/BabylonJS/AndroidExtensions.git
1919
GIT_TAG 883c4a286116e51ee989e39ee8e216d632997329)

Install/Install.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ endif()
6969

7070
install_targets(napi)
7171

72-
if(NAPI_JAVASCRIPT_ENGINE STREQUAL "V8")
72+
if(NAPI_JAVASCRIPT_ENGINE STREQUAL "V8" AND JSRUNTIMEHOST_CORE_APPRUNTIME_V8_INSPECTOR)
7373
install_targets(v8inspector)
7474
endif()
7575

0 commit comments

Comments
 (0)