File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ cmake .. -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DPLATFORM=OS
5757cmake --build . --config Release
5858```
5959
60- This will build and install the library for the given PLATFORM. In this case, iOS with the arm64 architecture.
60+ This will build the library for the given PLATFORM. In this case, iOS with the arm64 architecture.
6161
6262### COMBINED Options
6363The options called * COMBINED (OS64COMBINED, TVOSCOMBINED and WATCHOSCOMBINED) will build complete FAT-libraries for
@@ -68,7 +68,7 @@ Example:
6868``` bash
6969cmake . -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DPLATFORM=OS64COMBINED
7070cmake --build . --config Release
71- cmake --install . --config Release
71+ cmake --install . --config Release # Necessary to build combined library
7272```
7373
7474** _ NOTE_ : The COMBINED options _ ONLY_ work with the Xcode generator (-G Xcode) on CMake versions 3.14+!**
You can’t perform that action at this time.
0 commit comments