mirror of
https://github.com/jamesroberts/fastwsgi.git
synced 2025-12-29 18:29:51 -06:00
Fix: Build wheel package for Win32 (using MSVC 2015+) (#29)
This commit is contained in:
10
build-win32.cmd
Normal file
10
build-win32.cmd
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
|
||||
:: set PATH=d:\python\python38-32;d:\python\python38-32\Scripts;%PATH%
|
||||
|
||||
rmdir /s /q build
|
||||
rmdir /s /q dist
|
||||
|
||||
python setup.py sdist
|
||||
python setup.py build_ext
|
||||
python setup.py bdist_wheel
|
||||
@@ -124,5 +124,6 @@ class build_libuv(build_ext):
|
||||
self.compiler.add_library('user32')
|
||||
self.compiler.add_library('userenv')
|
||||
self.compiler.add_library('ws2_32')
|
||||
self.compiler.add_library('secur32')
|
||||
|
||||
build_ext.build_extensions(self)
|
||||
|
||||
Reference in New Issue
Block a user