Skip to content

Commit

Permalink
Update GTK3Build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin authored Jan 27, 2020
1 parent f2f5f3a commit f745f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GTK3Build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ ECHO ON
ECHO CD to gvsbuild.....
if NOT exist "C:\gtk-build\github\gvsbuild" echo gvsbuild not found
cd C:\gtk-build\github\gvsbuild || exit /b
ECHO Install wheel.....
pip install wheel || exit /b
ECHO OFF
REM %PYTHON% build.py build --archives-download-dir=%DOWNLOAD_DIR% --platform=x64 --vs-ver=%VS_VER% --python-dir=C:\Python\Python37 -k --enable-gi --py-wheel --py-egg --python-ver 3.7 enchant gtk gtk3-full pycairo pygobject lz4
ECHO ON
Expand Down

0 comments on commit f745f46

Please sign in to comment.