http://mmgen54p3ouu7zymz5u3mwoncsyfpqeamfaaupeordl6ogujslk7fjad.onion/project/mmgen/mmgen-wallet/src/master/setup.py
/configure', 'CFLAGS=-g -O2 -fPIC', '--disable-dependency-tracking'], ['mingw32-make', 'MAKE=mingw32-make']) for cmd in cmds: print('Executing {}'.format(' '.join(cmd))) run(cmd, check=True, cwd=src_path) if not installed_lib_file.exists(): run(['mingw32-make', 'install', 'MAKE=mingw32-make'], check=True, cwd=src_path) class my_build_ext(build_ext): def build_extension(self, ext): if sys.platform == 'win32': build_libsecp256k1() build_ext.build_extension(self, ext) setup( cmdclass =...