passes nimble check
This commit is contained in:
parent
b5301c2084
commit
85880f53da
2
build.sh
2
build.sh
|
@ -21,7 +21,7 @@ rm -Rf "${sourceDir}/benchmarks"
|
|||
rm "${sourceDir}/util/testutil.cc"
|
||||
|
||||
# Prelude:
|
||||
cat "${root}/prelude.nim" > "${output}"
|
||||
cat "${root}/leveldb/prelude.nim" > "${output}"
|
||||
echo >> "${output}"
|
||||
|
||||
# assemble files to be compiled:
|
||||
|
|
|
@ -5,9 +5,10 @@ author = "Michał Zieliński"
|
|||
description = "LevelDB wrapper for Nim"
|
||||
license = "MIT"
|
||||
bin = @["leveldbtool"]
|
||||
installExt = @["nim", "cc", "h", "c", "cpp"]
|
||||
skipDirs = @["tests"]
|
||||
|
||||
# installExt = @["nim", "cc", "h", "c", "cpp"]
|
||||
installDirs = @["build", "leveldb", "vendor"]
|
||||
installFiles = @["leveldb.nim"]
|
||||
#"leveldbtool.nim", "prelude.nim"]
|
||||
|
||||
# Dependencies
|
||||
|
||||
|
|
Loading…
Reference in New Issue