Browse Source

fix vs_runtime

ruki 3 years ago
parent
commit
eb22fc5ba8
4 changed files with 4 additions and 4 deletions
  1. 1 1
      README.md
  2. 1 1
      getting_started.md
  3. 1 1
      zh-cn/README.md
  4. 1 1
      zh-cn/getting_started.md

+ 1 - 1
README.md

@@ -100,7 +100,7 @@ $ xrepo install -k shared zlib
 #### Install the specified configuration package
 
 ```console
-$ xrepo install -f "vs_runtime=MD" zlib
+$ xrepo install -f "vs_runtime="MD"" zlib
 $ xrepo install -f "regex=true,thread=true" boost
 ```
 

+ 1 - 1
getting_started.md

@@ -96,7 +96,7 @@ $ xrepo install -k shared zlib
 #### Install the specified configuration package
 
 ```console
-$ xrepo install -f "vs_runtime=MD" zlib
+$ xrepo install -f "vs_runtime="MD"" zlib
 $ xrepo install -f "regex=true,thread=true" boost
 ```
 

+ 1 - 1
zh-cn/README.md

@@ -97,7 +97,7 @@ $ xrepo install -k shared zlib
 #### 安装指定配置包
 
 ```console
-$ xrepo install -f "vs_runtime=MD" zlib
+$ xrepo install -f "vs_runtime="MD"" zlib
 $ xrepo install -f "regex=true,thread=true" boost
 ```
 

+ 1 - 1
zh-cn/getting_started.md

@@ -97,7 +97,7 @@ $ xrepo install -k shared zlib
 #### 安装指定配置包
 
 ```console
-$ xrepo install -f "vs_runtime=MD" zlib
+$ xrepo install -f "vs_runtime="MD"" zlib
 $ xrepo install -f "regex=true,thread=true" boost
 ```