@cryptotaxi247 / netdata-1 / commits / 8c3d96833

Add msys-yaml DLL to Windows install dependencies (#21867)

Stelios Fragkakis committed Mar 3, 2026 at 17:22 UTC 8c3d96833d2b4f5eafb5541e8a1d4fea27c0dafe
1 file changed +1
CMakeLists.txt
+1
@@ -4016,6 +4016,7 @@ install(CODE "
4016
4017 if(OS_WINDOWS)
4018 install(FILES /usr/bin/msys-protobuf-32.dll
4019 + /usr/bin/msys-yaml-0-2.dll
4020 /usr/bin/msys-uv-1.dll
4021 DESTINATION "${BINDIR}")
4022