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 b7aabe4 commit ef0c1a0Copy full SHA for ef0c1a0
tool/build_windows.sh
@@ -8,7 +8,7 @@ function compile() {
8
cargo build -p powersync_loadable -Z build-std=panic_abort,core,alloc --release --target $triple
9
cargo build -p powersync_static -Z build-std=panic_abort,core,alloc --release --target $triple
10
11
- mv "target/$triple/release/powersnc.dll" "powersync_$suffix.dll"
+ mv "target/$triple/release/powersync.dll" "powersync_$suffix.dll"
12
mv "target/$triple/release/powersync.lib" "powersync_$suffix.lib"
13
}
14
0 commit comments