fix typo in BUILD.md (#1129)
This commit is contained in:
parent
ba927eab6c
commit
a3a75219b6
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
|
@ -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:
|
Example of cmake generating for Xcode with **libomp** library path defined:
|
||||||
```cmake -G "Xcode" -DOpenMP_omp_LIBRARY=$LIBOMP_PREFIX/lib/libomp.dylib .```
|
```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)
|
Navigate to the [apple](apple/) folder and follow the instructions in [README\_MoltenVK_Examples.md](apple/README_MoltenVK_Examples.md)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue