Skip to content

Commit

Permalink
fix(lint): passC -> passc
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Nice committed Feb 19, 2020
1 parent 8b48b91 commit e8d872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argon2_bind.nim
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ else:
result.add quote do:
{.compile: argon2BaseDir / "src" / `file` .}

{.passC: "-I" & argon2BaseDir / "include".}
{.passc: "-I" & argon2BaseDir / "include".}
compileArgon2Lib()
{.pragma: cffi, header: "argon2.h", importc.}

Expand Down

0 comments on commit e8d872b

Please # to comment.