mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Verbose pip install
This commit is contained in:
parent
7bf8568058
commit
d4ae54ad83
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ dir \Qt\5.15.2\msvc2019_64\
|
|||
dir \Qt\5.15.2\msvc2019_64\bin
|
||||
|
||||
REM Build nheko
|
||||
pip install --upgrade meson || exit /b
|
||||
pip install --upgrade --verbose meson || exit /b
|
||||
|
||||
meson setup builddir || exit /b
|
||||
meson compile -C builddir || exit /b
|
||||
|
|
Loading…
Reference in a new issue