Skip to content

Commit 1e62666

Browse files
added debug lipo -info after make install
1 parent c0d880b commit 1e62666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ 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"
222221
make install
222+
lipo -info "${os_platform}${IOS_SDK_VERSION}-${arch}.sdk/lib/*.a"
223223
done
224224

225225
}

0 commit comments

Comments
 (0)