Skip to content

Commit

Permalink
ghdl fix osx path
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Mar 19, 2024
1 parent dae495b commit a74e05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OneWare.Ghdl/GhdlModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -81,7 +81,7 @@ public class GhdlModule : IModule
[
new PackageAutoSetting()
{
RelativePath = "ghdl/bin/ghdl",
RelativePath = "bin/ghdl",
SettingKey = GhdlPathSetting
}
]
Expand Down

0 comments on commit a74e05a

Please sign in to comment.