mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
build bindings-test shared
This commit is contained in:
parent
e1c348b96e
commit
b5201a28c3
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ fn build_libtaskchampion(suites: &[&'static str]) {
|
|||
libtaskchampion.push("libtaskchampion.so");
|
||||
|
||||
let mut build = cc::Build::new();
|
||||
build.shared_flag(true);
|
||||
build.object(libtaskchampion);
|
||||
build.include("../lib");
|
||||
build.include("src/bindings_tests/unity");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue