Skip to content

Commit 057552c

Browse files
improved lipo info command
1 parent 9c12ebe commit 057552c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: build

+2-1
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,9 @@ function build_bcg729 () {
219219
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
220220
fi
221221
make install
222-
lipo -info "external/bcg729/${os_platform}${IOS_SDK_VERSION}-${arch}.sdk/lib/*.a"
223222
done
223+
lipo -info "$BCG729_BUILD_DIR/iPhoneSimulator*x86_64.sdk/lib/*.a"
224+
lipo -info "$BCG729_BUILD_DIR/iPhoneOS*arm64.sdk/lib/*.a"
224225

225226
}
226227

0 commit comments

Comments
 (0)