mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:13:02 +01:00
Use bazel import libs instead of global -l
flags.
Import libs currently also point to the global system installed versions, but at least we have the freedom to import them properly later.
This commit is contained in:
parent
52855b805a
commit
2413ad2b59
@ -10,17 +10,15 @@ cc_binary(
|
|||||||
"-DPYTHON",
|
"-DPYTHON",
|
||||||
"-DVIDEO",
|
"-DVIDEO",
|
||||||
],
|
],
|
||||||
linkopts = [
|
|
||||||
"-lncurses",
|
|
||||||
"-lopenal",
|
|
||||||
"-lX11",
|
|
||||||
],
|
|
||||||
deps = [
|
deps = [
|
||||||
"//c-toxcore",
|
"//c-toxcore",
|
||||||
"@curl",
|
"@curl",
|
||||||
"@libconfig",
|
"@libconfig",
|
||||||
"@libqrencode",
|
"@libqrencode",
|
||||||
"@libvpx",
|
"@libvpx",
|
||||||
|
"@ncurses",
|
||||||
|
"@openal",
|
||||||
"@python3//:python",
|
"@python3//:python",
|
||||||
|
"@x11//:X11",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user