Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luben committed Oct 31, 2023
1 parent 3ccdaf6 commit eefcb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_so_cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ compile() {

mkdir -p $INSTALL
cp $BUILD_DIR/libzstd-jni-$VERSION.so $INSTALL
chmod -x $INSTALL libzstd-jni-$VERSION.so
chmod -x $INSTALL/libzstd-jni-$VERSION.so
}

compile riscv64 "riscv64-linux-gnu-gcc"
Expand Down

0 comments on commit eefcb18

Please sign in to comment.