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.
2 parents be60d9d + 1297d62 commit 0811f88Copy full SHA for 0811f88
nix/bundle-win-exe.nix
@@ -16,7 +16,7 @@ runCommand "tarball-${cronosd.name}"
16
deps = [
17
"${rocksdb}/bin/librocksdb-shared.dll"
18
"${snappy}/bin/libsnappy.dll"
19
- "${lz4.out}/lib/liblz4.dll"
+ "${lz4.out}/bin/liblz4.dll"
20
"${bzip2.bin}/bin/libbz2-1.dll"
21
"${zlib}/bin/zlib1.dll"
22
"${zstd.bin}/bin/libzstd.dll"
0 commit comments