1 Star 0 Fork 12

openharmony-sync/third_party_libpsl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson_options.txt 664 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xavier Claessens 提交于 2018-12-06 09:16 . Add initial Meson build system
option('runtime', type : 'combo',
choices : ['libidn2', 'libicu', 'libidn', 'no', 'auto'], value : 'auto',
description : 'Specify the IDNA library used for libpsl run-time conversions')
option('builtin', type : 'combo',
choices : ['libidn2', 'libicu', 'libidn', 'no', 'auto'], value : 'auto',
description : 'Specify the IDNA library used for built-in data generation')
option('psl_distfile', type : 'string', value : '',
description : 'path to distribution-wide PSL file')
option('psl_file', type : 'string', value : '',
description : 'path to PSL file')
option('psl_testfile', type : 'string', value : '',
description : 'path to PSL test file')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-sync/third_party_libpsl.git
git@gitee.com:openharmony-sync/third_party_libpsl.git
openharmony-sync
third_party_libpsl
third_party_libpsl
master

搜索帮助