mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix Windows build
This commit is contained in:
parent
821b034b37
commit
35002a246a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
@echo off
|
||||
set CARGO_TARGET_DIR=%~dp0\..\out\rust
|
||||
REM separate build+run steps so build env doesn't leak into subprocesses
|
||||
cargo build -p runner || exit /b 1
|
||||
out\rust\debug\runner build %* || exit /b 1
|
||||
cargo build -p runner --release || exit /b 1
|
||||
out\rust\release\runner build %* || exit /b 1
|
||||
|
|
Loading…
Reference in a new issue