Skip to content

Commit

Permalink
Fixed macos target name
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Sep 12, 2022
1 parent 2efd9cb commit 74e6d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static StringArray getCompatibleArchitectures(String platform)
{
for(const auto floatsize : {"32", "64"})
{
for(const auto os : {"Windows", "Mac", "Linux"})
for(const auto os : {"Windows", "Darwin", "Linux"})
{
for(const auto& target : targets)
{
Expand Down

0 comments on commit 74e6d0f

Please sign in to comment.