mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Fix typo in macOS building instructions
The generator is called 'Xcode' with a lowercase c (like above). Signed-off-by: Lucas <lucas@fugi.dev>
This commit is contained in:
parent
689ee47176
commit
4b8d4d30f8
@ -113,7 +113,7 @@ Alternatively, you can use **CLion**. If you chose to do so, open the directory
|
|||||||
At the moment we only support **x86_64** builds. It is possible to build using AppleSilicon hardware but **mad** and **id3tag** should be disabled:
|
At the moment we only support **x86_64** builds. It is possible to build using AppleSilicon hardware but **mad** and **id3tag** should be disabled:
|
||||||
|
|
||||||
```
|
```
|
||||||
cmake -GXCode -T buildsystem=1 -Duse_mad="off" -Duse_id3tag=off ../tenacity
|
cmake -GXcode -T buildsystem=1 -Duse_mad="off" -Duse_id3tag=off ../tenacity
|
||||||
```
|
```
|
||||||
|
|
||||||
## Linux & Other OS
|
## Linux & Other OS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user