Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Nov 15, 2024
1 parent 8e6f42f commit adc344b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/compile/jsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ cp $TARGETDIR/webkit/WebKitBuild/$BUILD_TYPE/lib/libjsc.so $INSTALL_DIR_I18N/$JN
$TOOLCHAIN_DIR/bin/llvm-strip $INSTALL_DIR_I18N/$JNI_ARCH/libjsc.so
mv $TARGETDIR/webkit/WebKitBuild $TARGETDIR/webkit/${CROSS_COMPILE_PLATFORM}-${FLAVOR}

mkdir -p $INSTALL_CPPRUNTIME_DIR/$CROSS_COMPILE_PLATFORM
cp $TOOLCHAIN_DIR/sysroot/usr/lib/$CROSS_COMPILE_PLATFORM/libc++_shared.so $INSTALL_CPPRUNTIME_DIR/$CROSS_COMPILE_PLATFORM/libc++_shared.so
mkdir -p $INSTALL_CPPRUNTIME_DIR/$JNI_ARCH
cp $TOOLCHAIN_DIR/sysroot/usr/lib/$CROSS_COMPILE_PLATFORM/libc++_shared.so $INSTALL_CPPRUNTIME_DIR/$JNI_ARCH/libc++_shared.so

0 comments on commit adc344b

Please sign in to comment.