Skip to content

Commit 292b56d

Browse files
committed
Fix libc++ copy path for x86_64
1 parent b2f5f36 commit 292b56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PLATFORM_LDFLAGS_x86=" \
5151
"
5252
JNI_ARCH_x86=x86
5353

54-
TOOLCHAIN_LINK_DIR_x86_64="$TOOLCHAIN_DIR/$CROSS_COMPILE_PLATFORM/lib"
54+
TOOLCHAIN_LINK_DIR_x86_64="$TOOLCHAIN_DIR/$CROSS_COMPILE_PLATFORM/lib64"
5555
PLATFORM_CFLAGS_x86_64=" \
5656
-march=x86-64 \
5757
-msse4.2 \

0 commit comments

Comments
 (0)