From 246fff18d83147323bfd94e43ce76ec41e8b2ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Najmann?= Date: Tue, 25 Feb 2020 18:07:48 +0100 Subject: [PATCH] ziglang: Suggest vcredist (#836) --- bucket/ziglang.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/ziglang.json b/bucket/ziglang.json index 0f801c7e4c..07a19c329f 100644 --- a/bucket/ziglang.json +++ b/bucket/ziglang.json @@ -3,6 +3,9 @@ "description": "General-purpose programming language designed for robustness, optimality, and maintainability.", "homepage": "https://ziglang.org/", "license": "MIT", + "suggest": { + "vcredist": "extras/vcredist2019" + }, "architecture": { "64bit": { "url": "https://github.com/ziglang/zig/releases/download/0.5.0/zig-windows-x86_64-0.5.0.zip",