Roll src/third_party/skia c6f3e2c:efb7e42
[chromium-blink-merge.git] / third_party / cython / src / bin / cython.bat
blob13690f08a39d255bfd7459904bb841eeaed703a3
1 @REM Start cython from windows commandline as "cython", not "cython.py".\r
2 @REM This is especially useful for windows power shell, as no extra window\r
3 @REM is used.\r
4 \r
5 @echo OFF\r
6 python -c "from Cython.Compiler.Main import main; main(command_line = 1)" %*\r