fix typo in BUILD.md (#1129)

This commit is contained in:
Wei Liao 2024-05-24 01:39:57 +08:00 committed by GitHub
parent ba927eab6c
commit a3a75219b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,5 +71,5 @@ Use [CMake](https://cmake.org) to generate a build configuration for Xcode or yo
Example of cmake generating for Xcode with **libomp** library path defined:
```cmake -G "Xcode" -DOpenMP_omp_LIBRARY=$LIBOMP_PREFIX/lib/libomp.dylib .```
####iOS
#### iOS
Navigate to the [apple](apple/) folder and follow the instructions in [README\_MoltenVK_Examples.md](apple/README_MoltenVK_Examples.md)