From e6c04ef0287a69c453f129778ef35932e0dff4b2 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 21 Jan 2018 23:00:36 +0000 Subject: Use self-built portaudio instead of system-provided. --- other/bootstrap_daemon/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other') 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( "src/*.c", "src/*.h", ]), - linkopts = ["-lconfig"], deps = [ "//c-toxcore/other:bootstrap_node_packets", "//c-toxcore/toxcore", + "@libconfig", ], ) -- cgit v1.2.3