diff --git a/tool/build_windows.sh b/tool/build_windows.sh index 62814ff8e..7f6a3d181 100644 --- a/tool/build_windows.sh +++ b/tool/build_windows.sh @@ -1,4 +1,5 @@ if [ "$1" = "x64" ]; then + export PATH=/c/mingw64/bin:$PATH # Some bastard installer removes this from path during preparation rustup target add x86_64-pc-windows-msvc cargo build --target x86_64-pc-windows-msvc --features sqlcipher-vendored --release mv "target/x86_64-pc-windows-msvc/release/isar.dll" "isar_windows_x64.dll"