Skip to content

Commit

Permalink
Merge pull request #92 from guzba/ryan
Browse files Browse the repository at this point in the history
f
  • Loading branch information
guzba authored Aug 18, 2023
2 parents f7ff699 + 1aed32c commit e3f8298
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/mummy.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
when not defined(gcArc) and not defined(gcOrc):
{.error: "Using --mm:arc or --mm:orc is required by Mummy.".}
when (NimMajor, NimMinor, NimPatch) < (2, 0, 0):
when not defined(gcArc) and not defined(gcOrc):
{.error: "Using --mm:arc or --mm:orc is required by Mummy.".}

when not compileOption("threads"):
{.error: "Using --threads:on is required by Mummy.".}
Expand Down

0 comments on commit e3f8298

Please sign in to comment.