Skip to content

Commit f0dae1c

Browse files
authored
Fix typo
Fix typo in JNI target path
1 parent 8576c3f commit f0dae1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ execute_build() {
250250
ARCH_JNI="$TARGET_DIR/jni/x86"
251251
elif [ "$WEBRTC_ARCH" = "x86_64" ] ;
252252
then
253-
ARCH_JNI="$TARGET_DIR/jni/x86"
253+
ARCH_JNI="$TARGET_DIR/jni/x86_64"
254254
elif [ "$WEBRTC_ARCH" = "armv7" ] ;
255255
then
256256
ARCH_JNI="$TARGET_DIR/jni/armeabi-v7a"

0 commit comments

Comments
 (0)