Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Oct 9, 2024
1 parent 6b83eb2 commit 9afd54e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MonoGame.Framework.Content.Pipeline/ExternalTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public static void RestoreDotnetTool(string command, string toolName)
path= Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "osx");
if (Directory.Exists (Path.Combine(path, toolName)))
return;
Directory.CreateDirectory (path);
var exe = CurrentPlatform.OS == OS.Windows ? "dotnet.exe" : "dotnet";
var dotnetRoot = Environment.GetEnvironmentVariable ("DOTNET_ROOT");
if (!string.IsNullOrEmpty(dotnetRoot)) {
Expand Down

0 comments on commit 9afd54e

Please sign in to comment.