Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
CMake: tabs to spaces in new parts of README-cmake.md
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
docs/README-cmake.md
|
@@ -77,8 +77,8 @@ To use, set the following CMake variables when running CMake's configuration sta |
|
|
|
|
|
- for tvOS-Simulator, using the latest, installed SDK: |
|
|
|
|
|
`cmake ~/sdl -DCMAKE_SYSTEM_NAME=tvOS -DCMAKE_OSX_SYSROOT=appletvsimulator -DCMAKE_OSX_ARCHITECTURES=x86_64` |
|
|
`cmake ~/sdl -DCMAKE_SYSTEM_NAME=tvOS -DCMAKE_OSX_SYSROOT=appletvsimulator -DCMAKE_OSX_ARCHITECTURES=x86_64` |
|
|
|
|
|
- for tvOS-Device, using the latest, installed SDK: |
|
|
|
|
|
`cmake ~/sdl -DCMAKE_SYSTEM_NAME=tvOS -DCMAKE_OSX_SYSROOT=appletvos -DCMAKE_OSX_ARCHITECTURES=arm64` |
|
|
`cmake ~/sdl -DCMAKE_SYSTEM_NAME=tvOS -DCMAKE_OSX_SYSROOT=appletvos -DCMAKE_OSX_ARCHITECTURES=arm64` |