mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-01-04 22:53:07 +00:00
[build] Only build libleopard
Do not build `bench_leopard` and `experiment_leopard`.
This commit is contained in:
parent
2f0bcd72d1
commit
0bc64c4829
@ -123,7 +123,7 @@ static:
|
||||
discard bash("mkdir -p", buildDirUnix)
|
||||
let cmd =
|
||||
@["cd", buildDirUnix, "&& cmake", leopardDirUnix, LeopardCmakeFlags,
|
||||
"&& make"]
|
||||
"&& make libleopard"]
|
||||
echo "\nBuilding Leopard-RS: " & cmd.join(" ")
|
||||
let (output, exitCode) = bashEx cmd
|
||||
echo output
|
||||
@ -136,7 +136,7 @@ static:
|
||||
discard gorge "mkdir -p " & buildDir
|
||||
let cmd =
|
||||
"cd " & buildDir & " && cmake " & LeopardDir & " " & LeopardCmakeFlags &
|
||||
" && make"
|
||||
" && make libleopard"
|
||||
echo "\nBuilding Leopard-RS: " & cmd
|
||||
let (output, exitCode) = gorgeEx cmd
|
||||
echo output
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user