Merge branch 'iphydf-local-libconfig'

This commit is contained in:
jfreegman 2018-07-16 10:18:44 -04:00
commit cb524dcbc3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ cc_binary(
"-DVIDEO",
],
linkopts = [
"-lconfig",
"-lncurses",
"-lopenal",
"-lX11",
@ -19,6 +18,7 @@ cc_binary(
deps = [
"//c-toxcore",
"@curl",
"@libconfig",
"@libqrencode",
"@libvpx",
"@python3//:python",