[Package Issue]: odin-lang.odin run fails with missing LLVM-C.DLL dependency #193086
Open
2 tasks done
Labels
Blocking-Issue
Manifest validation is blocked by a known issue.
Issue-Bug
It either shouldn't be doing this or needs an investigation.
zip-binary
Depends on library files that aren't available via symlink
Please confirm these before moving forward
Category of the issue
Other
Brief description of your issue
This package can be installed successfully, but when I run odin.exe from the command prompt a message box pops up about missing LLVM-C.dll.
Manually add the Odin installation directory to PATH solves this problem.
I fear this might be a more common problem for all packages with DLL dependencies, since winget just creates a symlink under %USERPROFILE%\AppData\Local\Microsoft\WinGet\Links for the main executable in the package, but seems not properly handle DLLs.
Steps to reproduce
winget install odin-lang.odin
to install the packageodin
Actual behavior
A message box popped up complaining about missing
LLVM-C.DLL
.Expected behavior
The command should run successfully, output a help message.
Environment
Screenshots and Logs
No response
The text was updated successfully, but these errors were encountered: