Commit 28efc96
Use ntldd to dynamically find and package DLL dependencies
Instead of hardcoding specific DLL names, use ntldd (mingw-w64 tool for
finding dependencies) to automatically find all DLL dependencies of jimsh.exe.
This ensures all required DLLs are included in the artifact regardless of
which extensions are compiled.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0bf3299 commit 28efc96
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
0 commit comments