Windows and Windows testing fixes
This commit is contained in:
parent
23457774e2
commit
feffc45fd5
10 changed files with 31 additions and 12 deletions
2
setup.py
2
setup.py
|
|
@ -19,7 +19,7 @@ def build_libsecp256k1():
|
|||
'Windows': (
|
||||
['sh','./autogen.sh'],
|
||||
['sh','./configure','CFLAGS=-g -O2 -fPIC','--disable-dependency-tracking'],
|
||||
['mingw32-make']
|
||||
['mingw32-make','MAKE=mingw32-make']
|
||||
),
|
||||
'Linux': (
|
||||
['./autogen.sh'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue