diff options
author | iphydf <iphydf@users.noreply.github.com> | 2018-01-21 23:00:36 +0000 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2018-01-22 00:44:19 +0000 |
commit | e6c04ef0287a69c453f129778ef35932e0dff4b2 (patch) | |
tree | fd6ac7f6d986c3facdc1c002eac6ef241f95d182 /other/bootstrap_daemon/BUILD | |
parent | 033965b8ccada5f247a68ac92da23a73a37d9d90 (diff) |
Use self-built portaudio instead of system-provided.
Diffstat (limited to 'other/bootstrap_daemon/BUILD')
-rw-r--r-- | other/bootstrap_daemon/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/bootstrap_daemon/BUILD b/other/bootstrap_daemon/BUILD index d4a6bd2e..631a473e 100644 --- a/other/bootstrap_daemon/BUILD +++ b/other/bootstrap_daemon/BUILD | |||
@@ -4,9 +4,9 @@ cc_binary( | |||
4 | "src/*.c", | 4 | "src/*.c", |
5 | "src/*.h", | 5 | "src/*.h", |
6 | ]), | 6 | ]), |
7 | linkopts = ["-lconfig"], | ||
8 | deps = [ | 7 | deps = [ |
9 | "//c-toxcore/other:bootstrap_node_packets", | 8 | "//c-toxcore/other:bootstrap_node_packets", |
10 | "//c-toxcore/toxcore", | 9 | "//c-toxcore/toxcore", |
10 | "@libconfig", | ||
11 | ], | 11 | ], |
12 | ) | 12 | ) |