1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-14 17:33:02 +01: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
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

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