Skip to content

Commit b2dff65

Browse files
committed
Android build use SUPPORT_REGEX_LOOKAHEAD=ON
1 parent 2b5ca16 commit b2dff65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_android_library.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ build_android_native_library() {
5555
-DEXECUTORCH_BUILD_QNN="${EXECUTORCH_BUILD_QNN}" \
5656
-DQNN_SDK_ROOT="${QNN_SDK_ROOT}" \
5757
-DEXECUTORCH_BUILD_VULKAN="${EXECUTORCH_BUILD_VULKAN}" \
58+
-DSUPPORT_REGEX_LOOKAHEAD=ON \
5859
-DCMAKE_BUILD_TYPE="${EXECUTORCH_CMAKE_BUILD_TYPE}" \
5960
-B"${CMAKE_OUT}"
6061

0 commit comments

Comments
 (0)