Skip to content

Commit

Permalink
Fix windows release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Clauss committed Mar 8, 2024
1 parent 97eec6e commit 9f7eced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/build_windows.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9f7eced

Please sign in to comment.