Skip to content

Commit 3e5697c

Browse files
authored
Fixed a fault in the README
Updated IOS_ARCH to ARCHS since the latter is the newer format in 3.0.1.
1 parent 76134c1 commit 3e5697c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ usage of the library much more simple!
6060

6161
`-DENABLE_VISIBILITY=(BOOL)` - Disabled by default, specify TRUE or 1 to enable symbol visibility support
6262

63-
`-DIOS_ARCH=(STRING)` - Valid values are: armv7, armv7s, arm64, i386, x86_64, armv7k, arm64_32. By default it will build for all valid architectures based on `-DPLATFORM` (see above)
63+
`-DARCHS=(STRING)` - Valid values are: armv7, armv7s, arm64, i386, x86_64, armv7k, arm64_32. By default it will build for all valid architectures based on `-DPLATFORM` (see above)
6464

6565
__*To combine all platforms into the same FAT-library, either build any of the "*COMBINED*" platform types OR use the
6666
LIPO tool. More information on how to combine libraries with LIPO is readily available on the net.*__

0 commit comments

Comments
 (0)