Files
MSYS2-packages/dtc
Bin Meng 344ce502a6 dtc: Add libyaml to the dependency (#1923)
With a fresh installation of MSYS2, running dtc I got:

$ dtc
C:/msys64/usr/bin/dtc.exe: error while loading shared libraries:
msys-yaml-0-2.dll: cannot open shared object file: No such file or directory

Add libyaml to the dependency to fix it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2020-04-18 08:37:35 +03:00
..