aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-10-11 12:16:50 +0200
committerMartin Ridgers <[email protected]>2021-10-11 12:16:50 +0200
commitdda7ef27c87ac9c10a560ac05100b97fd9babb9f (patch)
treef4d5e9e7490329d25a393e375f295a4e4d1ff8ba
parentuson.json tests were passing un-terminated strings to json11::parse() (diff)
downloadzen-dda7ef27c87ac9c10a560ac05100b97fd9babb9f.tar.xz
zen-dda7ef27c87ac9c10a560ac05100b97fd9babb9f.zip
Changed example project VS generation command to exclude x86
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cde128568..77dddfb80 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ You can then build from the command line:
It's also possible to generate project files for Visual Studio via
-`d:\zen> xmake project -k vsxmake`
+`d:\zen> xmake project -k vsxmake -a x64`
## Building on Linux