Skip to content

Commit f745f46

Browse files
authored
Update GTK3Build.bat
1 parent f2f5f3a commit f745f46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GTK3Build.bat

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ ECHO ON
7777
ECHO CD to gvsbuild.....
7878
if NOT exist "C:\gtk-build\github\gvsbuild" echo gvsbuild not found
7979
cd C:\gtk-build\github\gvsbuild || exit /b
80+
ECHO Install wheel.....
81+
pip install wheel || exit /b
8082
ECHO OFF
8183
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
8284
ECHO ON

0 commit comments

Comments
 (0)