1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-22 09:13:03 +01:00

Merge branch 'iphydf-local-libconfig'

This commit is contained in:
jfreegman 2018-07-16 10:18:44 -04:00
commit cb524dcbc3

View File

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