Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Jun 7, 2023
1 parent 1853a8f commit 9282fae
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,19 @@ def __str__(self):
"src/bls.cpp",
"python-bindings/pythonbindings.cpp",
"blst/src/server.c",
"blst/build/assembly.S",

"blst/build/add_mod_256-x86_64.asm",
"blst/build/add_mod_384-x86_64.asm",
"blst/build/add_mod_384x384-x86_64.asm",
"blst/build/ct_inverse_mod_256-x86_64.asm",
"blst/build/ct_is_square_mod_384-x86_64.asm",
"blst/build/ctq_inverse_mod_384-x86_64.asm",
"blst/build/ctx_inverse_mod_384-x86_64.asm",
"blst/build/div3w-x86_64.asm",
"blst/build/mulq_mont_256-x86_64.asm",
"blst/build/mulq_mont_384-x86_64.asm",
"blst/build/mulx_mont_256-x86_64.asm",
"blst/build/mulx_mont_384-x86_64.asm",
"blst/build/sha256-x86_64.asm",
],
include_dirs=[
# Path to pybind11 headers
Expand Down

0 comments on commit 9282fae

Please sign in to comment.