Skip to content

Commit

Permalink
fix(macOS): Fix support for ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Aug 6, 2020
1 parent 4137c58 commit 42a0482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Uno.Wasm.Bootstrap/ShellTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ as the BrotliStream must be closed in order to signal that no more blocks are be
&& (RuntimeInformation.IsOSPlatform(OSPlatform.OSX)
|| RuntimeInformation.IsOSPlatform(OSPlatform.Linux)
)
&& executable.EndsWith(".exe")
)
{
parameters = $"{executable} {parameters}";
Expand Down

0 comments on commit 42a0482

Please sign in to comment.