@@ -51,7 +51,7 @@ def cmakeVersion = System.getenv("CMAKE_VERSION") ?: "3.22.1"
5151ext. cmake_version = cmakeVersion
5252
5353// You need to have following folders in this directory:
54- // - boost_1_76_0
54+ // - boost_1_81_0
5555// - double-conversion-1.1.6
5656// - folly-deprecate-dynamic-initializer
5757// - glog-0.3.5
@@ -157,14 +157,14 @@ final def preparePrefab = tasks.register("preparePrefab", PreparePrefabHeadersTa
157157 " folly_runtime" ,
158158 [
159159 new Pair (new File (buildDir, " third-party-ndk/folly/" ). absolutePath, " " ),
160- new Pair (new File (buildDir, " third-party-ndk/boost/boost_1_76_0 /" ). absolutePath, " " ),
160+ new Pair (new File (buildDir, " third-party-ndk/boost/boost_1_81_0 /" ). absolutePath, " " ),
161161 new Pair (new File (buildDir, " third-party-ndk/double-conversion/" ). absolutePath, " " ),
162162 ]
163163 ),
164164 new PrefabPreprocessingEntry (
165165 " react_nativemodule_core" ,
166166 [
167- new Pair (new File (buildDir, " third-party-ndk/boost/boost_1_76_0 /" ). absolutePath, " " ),
167+ new Pair (new File (buildDir, " third-party-ndk/boost/boost_1_81_0 /" ). absolutePath, " " ),
168168 new Pair (new File (buildDir, " third-party-ndk/double-conversion/" ). absolutePath, " " ),
169169 new Pair (new File (buildDir, " third-party-ndk/folly/" ). absolutePath, " " ),
170170 new Pair (new File (buildDir, " third-party-ndk/glog/exported/" ). absolutePath, " " ),
0 commit comments