Skip to content

Commit f058a53

Browse files
authored
Merge pull request #37 from SammyLan/dev
add support for -b(disablebitcode) option
2 parents a7d0acb + c93f653 commit f058a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ usage ()
5555
exit 127
5656
}
5757

58-
while getopts "o:c:n:dexh\?" o; do
58+
while getopts "o:c:n:debxh\?" o; do
5959
case "${o}" in
6060
o)
6161
OPENSSL="${OPTARG}"

0 commit comments

Comments
 (0)