mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 23:27:12 -05:00
fix: fix windows build issue (#2947)
This commit is contained in:
parent
22bab988c6
commit
7d8095427b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
@echo off
|
@echo off
|
||||||
pushd "%~dp0"\..
|
pushd "%~dp0"\..
|
||||||
set RELEASE=1
|
set RELEASE=1
|
||||||
.\ninja wheels || exit /b 1
|
tools\ninja wheels || exit /b 1
|
||||||
popd
|
popd
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue