diff options
author | Donough Liu <ldm2993593805@163.com> | 2019-02-17 05:51:08 +0800 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2019-02-16 13:51:08 -0800 |
commit | ab7f63addcb907e3d363b2f3c1245fc7c4ddf87e (patch) | |
tree | 36fb6048bcc0a45a2f673efbbf4e3d0498501cc6 /README.md | |
parent | 2b33a37dc49c033ba9b34f438233f204002415d9 (diff) | |
download | wabt-ab7f63addcb907e3d363b2f3c1245fc7c4ddf87e.tar.gz wabt-ab7f63addcb907e3d363b2f3c1245fc7c4ddf87e.tar.bz2 wabt-ab7f63addcb907e3d363b2f3c1245fc7c4ddf87e.zip |
Update README.md (#1017)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ So, for example, if you want to build the debug configuration on Visual Studio 2 > mkdir build > cd build > cmake .. -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_INSTALL_PREFIX=..\bin -G "Visual Studio 14 2015" -> cmake --build .. --config DEBUG --target install +> cmake --build . --config DEBUG --target install ``` ## Changing the lexer |