Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit b07734e

Browse files
committed
Fix lib<->libs typo; add comment
1 parent b9bdf82 commit b07734e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

3.7.excludes

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Examples:
77
#
8-
# lib/*/libssl*
9-
# lib/*/libcrypto*
8+
# libs/*/libssl*
9+
# libs/*/libcrypto*
1010
#
11-
# These lines would remove OpenSSL. The first asterisk is needed
11+
# These lines would remove OpenSSL. The libs/ directory contains
12+
# JNI libraries for the Android app. The first asterisk is needed
1213
# to match the pattern in all Android ABIs. The second asterisk
1314
# is present for convenience, to avoid having to specify the full
1415
# OpenSSL library name.
1516
#
16-
# lib/*/*xz*
17+
# libs/*/*xz*
1718
#
1819
# This line would remove the "xz" compression library. This might
1920
# be appropriate if you don't use that compression format in your

0 commit comments

Comments
 (0)