Skip to content

Commit

Permalink
Fix compilation error because of missing vendor directory (#113)
Browse files Browse the repository at this point in the history
When using nimble.
  • Loading branch information
markspanbroek authored Jul 3, 2021
1 parent e1b9392 commit 50dbaba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blscurve.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ author = "Status Research & Development GmbH"
description = "BLS381-12 Curve implementation"
license = "Apache License 2.0"

installDirs = @["blscurve", "vendor"]
installFiles = @["blscurve.nim"]

### Dependencies
requires "nim >= 1.0.4",
"nimcrypto",
Expand Down

0 comments on commit 50dbaba

Please sign in to comment.