diff options
| author | Martin Ridgers <[email protected]> | 2021-10-11 12:16:50 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-11 12:16:50 +0200 |
| commit | dda7ef27c87ac9c10a560ac05100b97fd9babb9f (patch) | |
| tree | f4d5e9e7490329d25a393e375f295a4e4d1ff8ba | |
| parent | uson.json tests were passing un-terminated strings to json11::parse() (diff) | |
| download | zen-dda7ef27c87ac9c10a560ac05100b97fd9babb9f.tar.xz zen-dda7ef27c87ac9c10a560ac05100b97fd9babb9f.zip | |
Changed example project VS generation command to exclude x86
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |