[Lldb-commits] [lldb] [llvm] On Windows, fix Swig detection when using a WinGet shim (PR #191554)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 13 02:05:47 PDT 2026
Nerixyz wrote:
> it calls `swig -swiglib` which returns a non-existing Lib folder inside the shim folder.
This feels more like a bug with the shim generated by WinGet.
I use scoop to install swig and CMake managed to find the correct path. Scoop should use this shim: https://github.com/kiennq/scoop-better-shimexe/blob/main/shim.cpp
https://github.com/llvm/llvm-project/pull/191554
More information about the lldb-commits
mailing list