1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-18 20:26:36 +02:00

Use @x11 instead of the longer @x11//:X11 to link against xlib.

This commit is contained in:
iphydf
2018-08-14 09:55:54 +00:00
parent 2413ad2b59
commit 5b30ecf2e4

View File

@ -19,6 +19,6 @@ cc_binary(
"@ncurses",
"@openal",
"@python3//:python",
"@x11//:X11",
"@x11",
],
)