You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make FREETYPE_BUILD_CMD a raw string to avoid doubling all
backslashes.
- Line-wrap two overly long lines in FREETYPE_BUILD_CMD.
- Move the `rd /S /Q %FREETYPE%\objs` to python (`shutil.rmtree`).
- Move the `copy %FREETYPE\objs\...` to python (`shutil.copy2`).
- Get rid of the Py27 part (`if errorlevel 1 ...`).
- Run the FREETYPE_BUILD_CMD script with `src_path` as cwd, which avoids
the need to define the %FREETYPE% environment variable.
0 commit comments