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

Fix prebuilding extension modules

parent 090c38e7
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ import os.path
import six
# We need to import this prior to importing cffi to fix prebuilding the
# extension modules
from nacl import _cffi_fix
from cffi import FFI
......
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