Skip to content

Commit

Permalink
Pipe symbol fiy
Browse files Browse the repository at this point in the history
  • Loading branch information
gerstrong committed Jul 27, 2023
1 parent 1852b09 commit c6ec8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/jni/openssl/compile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

if [ -z "$ARCH_LIST" ] | [ "$ARCH_LIST" = "all" ]; then
if [ -z "$ARCH_LIST" ] || [ "$ARCH_LIST" = "all" ]; then
ARCH_LIST="arm64-v8a armeabi-v7a x86_64 x86"
fi

Expand Down

0 comments on commit c6ec8da

Please sign in to comment.