From a74e05a059753b8ec9614cf5ca716146dab7ee0a Mon Sep 17 00:00:00 2001 From: Hendrik Mennen Date: Tue, 19 Mar 2024 23:20:39 +0100 Subject: [PATCH] ghdl fix osx path --- src/OneWare.Ghdl/GhdlModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OneWare.Ghdl/GhdlModule.cs b/src/OneWare.Ghdl/GhdlModule.cs index 0bbbc64..8667b38 100644 --- a/src/OneWare.Ghdl/GhdlModule.cs +++ b/src/OneWare.Ghdl/GhdlModule.cs @@ -50,7 +50,7 @@ public class GhdlModule : IModule new PackageTarget() { Target = "win-x64", - Url = "https://github.com/ghdl/ghdl/releases/download/v4.0.0/ghdl-MINGW32.zip", + Url = "https://github.com/ghdl/ghdl/releases/download/v4.0.0/ghdl-UCRT64.zip", AutoSetting = [ new PackageAutoSetting() @@ -81,7 +81,7 @@ public class GhdlModule : IModule [ new PackageAutoSetting() { - RelativePath = "ghdl/bin/ghdl", + RelativePath = "bin/ghdl", SettingKey = GhdlPathSetting } ]