File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,9 @@ for ARCH in $ARCHS; do
7474 cd ../../
7575done
7676
77- # Use lipo to create a universal library
78- echo " Creating universal library..."
79- LIPO_LIBS=" "
77+ echo " Copying binaries to output dir..."
8078for ARCH in $ARCHS ; do
81- LIPO_LIBS= " $LIPO_LIBS $BUILD_DIR /$ARCH /installed/lib/libopus.a"
79+ cp $BUILD_DIR /$ARCH /installed/lib/libopus.a $OUTPUT_DIR /libopus_ $ARCH .a
8280done
83- lipo -create $LIPO_LIBS -output $OUTPUT_DIR /libopus.a
8481
85- echo " libopus.a has been created at $OUTPUT_DIR /libopus.a "
82+ echo " libopus.a has been created for each arch at $OUTPUT_DIR "
Original file line number Diff line number Diff line change 1414 </metadata >
1515
1616 <files >
17- <file src =" lib/libopus.a" target =" runtime/ios/native" />
17+ <file src =" lib/libopus_arm64.a" target =" runtimes/ios-arm64/native" />
18+ <file src =" lib/libopus_armv7.a" target =" runtimes/ios-armv7/native" />
19+ <file src =" lib/libopus_armv7s.a" target =" runtimes/ios-armv7s/native" />
20+ <file src =" lib/libopus_i386.a" target =" runtimes/ios-i386/native" />
21+ <file src =" lib/libopus_x86_64.a" target =" runtimes/ios-x64/native" />
1822 </files >
1923</package >
You can’t perform that action at this time.
0 commit comments