mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 05:33:03 +01:00
Use libconfig built in the WORKSPACE rather than system installed.
Improves hermeticity and reproducibility.
This commit is contained in:
parent
af11f16bef
commit
4144b868ce
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user