mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
32e16cb0b6
utf8proc contains all the data which is currently in unicode_tables.generated.h internally, but in quite a different format. Ideally unicode_tables.generated.h should be removed as well so we rely solely on utf8proc. We want to avoid a situation where the possibility of unicode mismatch occurs, e.g a distro using both unicode 12 and unicode 13.
27 lines
540 B
JSON
27 lines
540 B
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "base",
|
|
"generator": "Ninja",
|
|
"binaryDir": "${sourceDir}/../.deps",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"name": "ci",
|
|
"inherits": ["base"]
|
|
},
|
|
{
|
|
"name": "external_deps",
|
|
"description": "Build neovim with external deps on ubuntu",
|
|
"cacheVariables": {
|
|
"USE_BUNDLED":"OFF",
|
|
"USE_BUNDLED_LIBVTERM":"ON",
|
|
"USE_BUNDLED_TS":"ON",
|
|
"USE_BUNDLED_UTF8PROC":"ON"
|
|
},
|
|
"inherits": ["base"]
|
|
}
|
|
]
|
|
}
|