diff --git a/build.sh b/build.sh index 20c045f..55bbe9c 100755 --- a/build.sh +++ b/build.sh @@ -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: