diff options
author | Wei Tang <Fuzzier@users.noreply.github.com> | 2022-10-11 08:46:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-10 17:46:34 -0700 |
commit | 8f0b94b36d4d6687712ccfc525284f1fac58d2f6 (patch) | |
tree | 94312b71e007710a8453b6282a4844f858b3f81b /scripts/lua2dox.lua | |
parent | 26c653718097955dc4dfbeb45ab602c8dbe9dea5 (diff) | |
download | rneovim-8f0b94b36d4d6687712ccfc525284f1fac58d2f6.tar.gz rneovim-8f0b94b36d4d6687712ccfc525284f1fac58d2f6.tar.bz2 rneovim-8f0b94b36d4d6687712ccfc525284f1fac58d2f6.zip |
build(deps): disable shared library for libvterm. (#20566)
build(deps): disable shared library for libvterm
Problem:
Cannot build both static and share libraries for libvterm under Windows.
The static and shared library would have the same name "vterm.lib", thus there would be multiple rules to build the same target.
Solution:
Disable shared library for libvterm.
This makes it possible to use Ninja on Windows to build dependencies (2x speedup!).
But not for Release builds yet.
Co-authored-by: Wei Tang <gauchyler@uestc.edu.cn>
Diffstat (limited to 'scripts/lua2dox.lua')
0 files changed, 0 insertions, 0 deletions