Skip to content

Commit 8071766

Browse files
author
Eric Lange
committed
Fixed include dir for boost
1 parent b028b8c commit 8071766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactNativeSurfaceAndroid/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ include_directories(
138138
src/../build/third-party-ndk/glog/glog-0.3.5/src
139139
src/../build/third-party-ndk/folly
140140
src/../build/third-party-ndk/double-conversion
141-
src/../../deps/react-native-0.56.0/third-party/boost_1_63_0
141+
src/../build/third-party-ndk/boost/boost_1_63_0
142142
src/../../deps/react-native-0.56.0/ReactCommon
143143
src/../../deps/react-native-0.56.0/ReactAndroid/src/main/jni/first-party/fb/include
144144
src/../../deps/react-native-0.56.0/ReactAndroid/src/main/jni/first-party/fbgloginit

0 commit comments

Comments
 (0)