We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97eec6e commit 9f7ecedCopy full SHA for 9f7eced
tool/build_windows.sh
@@ -1,4 +1,5 @@
1
if [ "$1" = "x64" ]; then
2
+ export PATH=/c/mingw64/bin:$PATH # Some bastard installer removes this from path during preparation
3
rustup target add x86_64-pc-windows-msvc
4
cargo build --target x86_64-pc-windows-msvc --features sqlcipher-vendored --release
5
mv "target/x86_64-pc-windows-msvc/release/isar.dll" "isar_windows_x64.dll"
0 commit comments