aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2024-09-12 15:44:50 +0200
committerMartin Ridgers <[email protected]>2024-09-18 16:21:43 +0200
commitcefaa8bb976a5070d20b43ad3ea80af1eef813d4 (patch)
tree04ff12e35765bc60286c272b37b9c61e85edf4a5
parentCorrect header depth for Mac sub-sections (diff)
downloadzen-cefaa8bb976a5070d20b43ad3ea80af1eef813d4.tar.xz
zen-cefaa8bb976a5070d20b43ad3ea80af1eef813d4.zip
Use an example where xmake determines the build architecture for macOS
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 51798447e..0db38387f 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,7 @@ cd ~/zen/main
### Build
```
export VCPKG_ROOT=~/zen/vcpkg
-xmake config -y --mode=debug --arch=x86_64
+xmake config -y --mode=debug
xmake build
```