Skip to content

Commit

Permalink
Merge branch 'add_reserved10_platform' into 'main'
Browse files Browse the repository at this point in the history
added a reserved platform enum

See merge request Sharpmake/sharpmake!476
  • Loading branch information
bchampoux committed Nov 14, 2023
2 parents 576c744 + 4884a80 commit e948678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sharpmake/Target.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public enum Platform
/// </summary>
maccatalyst = 1 << 14,

_reserved10 = 1 << 21,
_reserved9 = 1 << 22,
_reserved8 = 1 << 23,
_reserved7 = 1 << 24,
Expand Down

0 comments on commit e948678

Please sign in to comment.