| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 497d9d8 commit a920721
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,15 @@ | |||
| 8 | 8 | 'sources': ['binding.cc'], | |
| 9 | 9 | 'include_dirs': ['../../../deps/openssl/openssl/include'], | |
| 10 | 10 | }], | |
| 11 | + ['OS=="mac"', { | ||
| 12 | + 'xcode_settings': { | ||
| 13 | + 'OTHER_CFLAGS+': [ | ||
| 14 | + '-Wno-deprecated-declarations', | ||
| 15 | + ], | ||
| 16 | + }, | ||
| 17 | + }, { | ||
| 18 | + 'cflags': ['-Wno-deprecated-declarations'], | ||
| 19 | + }], | ||
| 11 | 20 | ], | |
| 12 | 21 | }, | |
| 13 | 22 | ] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments