We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420b57b commit c0d880bCopy full SHA for c0d880b
build
@@ -218,6 +218,7 @@ function build_bcg729 () {
218
cmake . -DCMAKE_INSTALL_PREFIX="${os_platform}${IOS_SDK_VERSION}-${arch}.sdk" -DCMAKE_SKIP_INSTALL_RPATH=ON
219
make C_FLAGS="$C_FLAGS -fPIE -miphoneos-version-min=${MIN_IOS_VERSION} -isysroot ${xcode_dev_path}/Platforms/${os_platform}.platform/Developer/SDKs/${os_platform}.sdk -march=${arch}" || exit
220
fi
221
+ lipo -info "${os_platform}${IOS_SDK_VERSION}-${arch}.sdk/lib/*.a"
222
make install
223
done
224
0 commit comments