Don't use invalid python constant
[vapoursynth.git] / cython_build.bat
blob1e9912645f9bc12c4789b22457217d77c2c6f036
1 rmdir /s /q build
2 del vapoursynth.*.pyd
3 del /q dist\*.whl
4 py -3.12 setup.py build_ext --inplace
5 py -3.12 setup.py bdist_wheel
6 py -3.8 setup.py build_ext --inplace
7 py -3.8 setup.py bdist_wheel
8 pause