Skip to content

Commit 986ad26

Browse files
committed
Fixes path in build.sh
1 parent f51e61c commit 986ad26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rm -Rf "${sourceDir}/benchmarks"
2121
rm "${sourceDir}/util/testutil.cc"
2222

2323
# Prelude:
24-
cat "${root}/leveldb/prelude.nim" > "${output}"
24+
cat "${root}/leveldbstatic/prelude.nim" > "${output}"
2525
echo >> "${output}"
2626

2727
# assemble files to be compiled:

0 commit comments

Comments
 (0)