Added partial support for PyPI (python) package build on Windows
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
bdist:
|
||||
cd ../../; cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=DEBUG; cmake --build build
|
||||
cd ../../; cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=DEBUG
|
||||
cmake --build build
|
||||
cp ../../bin/lib/*.a .
|
||||
python3 setup.py bdist_wheel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user