Check Bitcode against more generic libssl.a

This commit is contained in:
Davide De Rosa 2021-11-24 16:21:02 +01:00
parent 7fe4127c8e
commit 431fd7eab9
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ if [ $FWTYPE == "dynamic" ]; then
cd .. cd ..
BUNDLE_BITCODE="" BUNDLE_BITCODE=""
check_bitcode "obj/a_bitstr.o" false check_bitcode "lib/libssl.a" false
if [[ $BITCODE_ENABLED == 1 ]]; then if [[ $BITCODE_ENABLED == 1 ]]; then
BUNDLE_BITCODE="-bitcode_bundle" BUNDLE_BITCODE="-bitcode_bundle"
fi fi