fix: fix windows build issue (#2947)

This commit is contained in:
qxo 2024-01-19 13:48:06 +08:00 committed by GitHub
parent 22bab988c6
commit 7d8095427b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
@echo off
pushd "%~dp0"\..
set RELEASE=1
.\ninja wheels || exit /b 1
tools\ninja wheels || exit /b 1
popd