From 07316136e788382430e8705d77f03dddc9f98912 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Wed, 5 Jan 2022 11:54:42 +0000 Subject: [PATCH] Windows build/install fixes --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1714b2de..2b238d37 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = pysocks # xmrwallet.py pexpect scrypt; platform_system != "Windows" # requires user intervention to install on MSYS2 - semantic-version # scripts/create-token.py + semantic-version; platform_system != "Windows" # scripts/create-token.py aiohttp; platform_system != "Windows" pysha3; platform_system != "Windows" diff --git a/setup.py b/setup.py index 335bab12..0e5c3b49 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def build_libsecp256k1(): 'Windows': ( ['sh','./autogen.sh'], ['sh','./configure','CFLAGS=-g -O2 -fPIC','--disable-dependency-tracking'], - ['mingw32-make','MAKE=mingw32-make','LIBTOOL=/mingw64/bin/libtool'] + ['mingw32-make'] ), 'Linux': ( ['./autogen.sh'],