Skip to content

Commit

Permalink
https://github.com/nim-lang/fusion/pull/64#issuecomment-753769250
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco authored and timotheecour committed Jan 4, 2021
1 parent 4ad2a0b commit f0ca2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fusion.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires "nim >= 1.0.0"

task docs, "":
# JavaScript
when (NimMajor, NimMinor) >= (1, 4):
exec "nim c -r -d:fusionDocJs src/fusion/docutils " & srcDir & " -d:js -d:fusionDocJs"
when (NimMajor, NimMinor) >= (1, 5):
exec "nim c -r -d:fusionDocJs src/fusion/docutils " & srcDir
# C
exec "nim c -r src/fusion/docutils " & srcDir

0 comments on commit f0ca2c3

Please sign in to comment.