Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Apr 25, 2020
1 parent a1e1a20 commit 36d04af
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,10 @@ def __str__(self):
get_pybind_include(),
get_pybind_include(user=True),
'relic_gmp_64/include',
'mpir_gc_x64'
],
library_dirs=['relic_gmp_64','mpir_gc_x64'],
libraries=['relic_s','Advapi32','mpir'],
language='c++'
'mpir_gc_x64',
],
library_dirs=['relic_x64/lib/Release'],
libraries=['relic_s','Advapi32'],
library_dirs=['relic_gmp_64','mpir_gc_x64'],
libraries=['relic_s','Advapi32','mpir'],
language='c++'
),
]
Expand Down

0 comments on commit 36d04af

Please sign in to comment.