Skip to content

Commit

Permalink
IC won't be ready for 1.6 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaviss authored Oct 17, 2021
1 parent 9f9709e commit b646d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balls/runner.nim
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ var defaults = @["""--path=".""""] # work around early nim behavior
when compileOption"threads":
defaults.add "--parallelBuild:1"

if (NimMajor, NimMinor) >= (1, 6):
if (NimMajor, NimMinor) >= (1, 8):
# always use IC if it's available
defaults.add "--incremental:on"
elif ci:
Expand Down

0 comments on commit b646d61

Please sign in to comment.