Skip to content

Commit c0d880b

Browse files
added debug lipo -info
1 parent 420b57b commit c0d880b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build

+1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ function build_bcg729 () {
218218
cmake . -DCMAKE_INSTALL_PREFIX="${os_platform}${IOS_SDK_VERSION}-${arch}.sdk" -DCMAKE_SKIP_INSTALL_RPATH=ON
219219
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
220220
fi
221+
lipo -info "${os_platform}${IOS_SDK_VERSION}-${arch}.sdk/lib/*.a"
221222
make install
222223
done
223224

0 commit comments

Comments
 (0)