Skip to content

Commit

Permalink
chore: download angle binaries even when not on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Oct 8, 2024
1 parent 9f23ac3 commit 64d89d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
<DefaultItemExcludes>$(DefaultItemExcludes);angle/**</DefaultItemExcludes>
</PropertyGroup>

<Target Name="BuildAngle" BeforeTargets="CoreCompile" Condition="$([MSBuild]::IsOsPlatform('OSX'))">
<Exec Command="$(MSBuildThisFileDirectory)/build_angle.sh" WorkingDirectory="$(MSBuildThisFileDirectory)" />
<Target Name="BuildAngle" BeforeTargets="CoreCompile">
<Exec Command="$(MSBuildThisFileDirectory)/get_angle_binaries.sh" WorkingDirectory="$(MSBuildThisFileDirectory)" />
</Target>

<ItemGroup>
Expand Down
File renamed without changes.

0 comments on commit 64d89d6

Please sign in to comment.