| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bb2eed8 commit 518309c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -204,6 +204,13 @@ | |||
| 204 | 204 | }, | |
| 205 | 205 | ], | |
| 206 | 206 | 'conditions': [ | |
| 207 | + ['OS == "win" and clang == 1', { | ||
| 208 | + 'msvs_settings': { | ||
| 209 | + 'VCCLCompilerTool': { | ||
| 210 | + 'AdditionalOptions': ['-Wno-incompatible-pointer-types'], | ||
| 211 | + }, | ||
| 212 | + }, | ||
| 213 | + }], | ||
| 207 | 214 | ['OS == "win" and (target_arch == "x64" or target_arch == "x86_64")', { | |
| 208 | 215 | 'actions': [ | |
| 209 | 216 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments