We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d1088 commit a514760Copy full SHA for a514760
1 file changed
docs/install.md
@@ -717,7 +717,7 @@ CC="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolcha
717
SDKROOT="$(xcrun --sdk iphoneos --show-sdk-path)"
718
CFLAGS="-O2 -Wno-macro-redefined -isysroot $SDKROOT -arch arm64 -miphoneos-version-min=10.0"
719
720
-make libs TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
+make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
721
```
722
Adjust `MIN_IOS_VERSION` as necessary for your installation. E.g., change the version number
723
to the minimum iOS version you want to target and execute this file to build the library.
0 commit comments