Skip to content

Commit

Permalink
More mono GAC
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Apr 29, 2024
1 parent fb92eee commit 1d815a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AltCover.Engine/CecilEx.fs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ type internal AssemblyResolver() as self =
Environment.GetEnvironmentVariable "WinDir"
|> Option.ofObj
|> Option.map (fun p -> Path.Combine(p, wingac))
Some <| Path.Combine("usr", monogac)
Environment.GetEnvironmentVariable "MONO_GAC_PREFIX"
|> Option.ofObj
|> Option.map (fun p -> Path.Combine(p, monogac))
Expand Down

0 comments on commit 1d815a6

Please sign in to comment.