소스 검색

fix vs_runtime

ruki 3 년 전
부모
커밋
eb22fc5ba8
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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
 ```