Skip to content

Commit a514760

Browse files
committed
Change 'make libs' back to 'make'
1 parent d7d1088 commit a514760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ CC="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolcha
717717
SDKROOT="$(xcrun --sdk iphoneos --show-sdk-path)"
718718
CFLAGS="-O2 -Wno-macro-redefined -isysroot $SDKROOT -arch arm64 -miphoneos-version-min=10.0"
719719
720-
make libs TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
720+
make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1
721721
```
722722
Adjust `MIN_IOS_VERSION` as necessary for your installation. E.g., change the version number
723723
to the minimum iOS version you want to target and execute this file to build the library.

0 commit comments

Comments
 (0)