Skip to content

Commit

Permalink
Fixes path in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
benbierens committed May 15, 2024
1 parent f51e61c commit 986ad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rm -Rf "${sourceDir}/benchmarks"
rm "${sourceDir}/util/testutil.cc"

# Prelude:
cat "${root}/leveldb/prelude.nim" > "${output}"
cat "${root}/leveldbstatic/prelude.nim" > "${output}"
echo >> "${output}"

# assemble files to be compiled:
Expand Down

0 comments on commit 986ad26

Please sign in to comment.