Skip to content

Commit a75aa8c

Browse files
write all lipo info command
1 parent 057552c commit a75aa8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ function build_bcg729 () {
220220
fi
221221
make install
222222
done
223-
lipo -info "$BCG729_BUILD_DIR/iPhoneSimulator*x86_64.sdk/lib/*.a"
224-
lipo -info "$BCG729_BUILD_DIR/iPhoneOS*arm64.sdk/lib/*.a"
223+
lipo -info "$BCG729_BUILD_DIR/iPhoneSimulator17.2-x86_64.sdk/lib/libbcg729.a"
224+
lipo -info "$BCG729_BUILD_DIR/iPhoneOS17.2-arm64.sdk/lib/libbcg729.a"
225225

226226
}
227227

0 commit comments

Comments
 (0)