Windows and Windows testing fixes

This commit is contained in:
The MMGen Project 2022-05-03 21:01:05 +00:00
commit feffc45fd5
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
10 changed files with 31 additions and 12 deletions

View file

@ -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'],