Check Bitcode against more generic libssl.a
This commit is contained in:
parent
7fe4127c8e
commit
431fd7eab9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue