| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 67c6975 commit 531c64d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,10 +6,19 @@ | |||
| 6 | 6 | { | |
| 7 | 7 | 'target_name': 'ada', | |
| 8 | 8 | 'type': 'static_library', | |
| 9 | - 'include_dirs': ['.'], | ||
| 9 | + 'include_dirs': [ | ||
| 10 | + '.', | ||
| 11 | + '<(DEPTH)/deps/v8/third_party/simdutf', | ||
| 12 | + ], | ||
| 10 | 13 | 'direct_dependent_settings': { | |
| 11 | 14 | 'include_dirs': ['.'], | |
| 12 | 15 | }, | |
| 16 | + 'defines': [ | ||
| 17 | + 'ADA_USE_SIMDUTF=1', | ||
| 18 | + ], | ||
| 19 | + 'dependencies': [ | ||
| 20 | + '../../tools/v8_gypfiles/v8.gyp:simdutf', | ||
| 21 | + ], | ||
| 13 | 22 | 'sources': [ '<@(ada_sources)' ] | |
| 14 | 23 | }, | |
| 15 | 24 | ] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments