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

View File

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