Skip to content

Commit

Permalink
Add "arm" condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Aug 7, 2024
1 parent 68dbeca commit b0ababb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sun/sun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ struct Project
{
val = SOUP_X86;
}
else if (condition == "arm")
{
val = SOUP_ARM;
}
else if (condition == "true")
{
val = true;
Expand Down

0 comments on commit b0ababb

Please sign in to comment.