diff options
| author | Martin Ridgers <[email protected]> | 2024-09-12 15:44:50 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2024-09-18 16:21:43 +0200 |
| commit | cefaa8bb976a5070d20b43ad3ea80af1eef813d4 (patch) | |
| tree | 04ff12e35765bc60286c272b37b9c61e85edf4a5 | |
| parent | Correct header depth for Mac sub-sections (diff) | |
| download | zen-cefaa8bb976a5070d20b43ad3ea80af1eef813d4.tar.xz zen-cefaa8bb976a5070d20b43ad3ea80af1eef813d4.zip | |
Use an example where xmake determines the build architecture for macOS
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |