We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c12ebe commit 057552cCopy full SHA for 057552c
build
@@ -219,8 +219,9 @@ function build_bcg729 () {
219
make C_FLAGS="$C_FLAGS -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
make install
222
- lipo -info "external/bcg729/${os_platform}${IOS_SDK_VERSION}-${arch}.sdk/lib/*.a"
223
done
+ lipo -info "$BCG729_BUILD_DIR/iPhoneSimulator*x86_64.sdk/lib/*.a"
224
+ lipo -info "$BCG729_BUILD_DIR/iPhoneOS*arm64.sdk/lib/*.a"
225
226
}
227
0 commit comments