1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 22:26:37 +02:00

Use libconfig built in the WORKSPACE rather than system installed.

Improves hermeticity and reproducibility.
This commit is contained in:
iphydf
2018-07-15 15:33:35 +00:00
parent af11f16bef
commit 4144b868ce

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",