mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Fix Windows build
This commit is contained in:
parent
c4eb281112
commit
11fcceb5e2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
@echo off
|
@echo off
|
||||||
set CARGO_TARGET_DIR=%~dp0\..\out\rust
|
set CARGO_TARGET_DIR=%~dp0\..\out\rust
|
||||||
REM separate build+run steps so build env doesn't leak into subprocesses
|
REM separate build+run steps so build env doesn't leak into subprocesses
|
||||||
cargo build -p runner || exit /b 1
|
cargo build -p runner --release || exit /b 1
|
||||||
out\rust\debug\runner build %* || exit /b 1
|
out\rust\release\runner build %* || exit /b 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue