Skip to content
Snippets Groups Projects
Commit 5350f4d3 authored by Donald Stufft's avatar Donald Stufft
Browse files

Use an ext_package on the verifier call

parent 4fe78e80
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,9 @@ ffi.verifier = Verifier(ffi,
# We need to link to the sodium library
libraries=["sodium"],
# Our ext_package is nacl so look for it
ext_package="nacl",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment