Skip to content

Commit 9f7eced

Browse files
author
Martin Clauss
committed
Fix windows release build
1 parent 97eec6e commit 9f7eced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/build_windows.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
if [ "$1" = "x64" ]; then
2+
export PATH=/c/mingw64/bin:$PATH # Some bastard installer removes this from path during preparation
23
rustup target add x86_64-pc-windows-msvc
34
cargo build --target x86_64-pc-windows-msvc --features sqlcipher-vendored --release
45
mv "target/x86_64-pc-windows-msvc/release/isar.dll" "isar_windows_x64.dll"

0 commit comments

Comments
 (0)