Skip to content

Commit

Permalink
Update config.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk authored Feb 22, 2023
1 parent 12db25b commit 622ead3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimjl/config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const JuliaDepPath* = JuliaPath / "lib" / "julia"

const JlVersionCmd = JuliaPath / "bin" / "julia" & " -E VERSION"
const (cmdOutput, exitCode) = gorgeEx(JlVersionCmd)
# static:
# echo exitCode
static:
echo "Nimjl> ", JuliaPath
when exitCode != 0:
{.error: "Nimjl> Fatal error ! Julia could not be found on your system.".}

Expand Down

0 comments on commit 622ead3

Please sign in to comment.