Skip to content

Commit

Permalink
feat: GlCanvasElement on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Oct 7, 2024
1 parent 22b04c7 commit 363b8df
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
</When>
</Choose>

<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);angle/**</DefaultItemExcludes>
</PropertyGroup>

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

0 comments on commit 363b8df

Please sign in to comment.