mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Sort bazel build file according to buildifier standard.
This commit is contained in:
parent
cf9caa069a
commit
b1efa147c0
|
@ -123,16 +123,16 @@ cc_library(
|
||||||
"TCP_connection.c",
|
"TCP_connection.c",
|
||||||
"TCP_server.c",
|
"TCP_server.c",
|
||||||
],
|
],
|
||||||
copts = select({
|
|
||||||
"//tools/config:freebsd": [],
|
|
||||||
"//tools/config:linux": ["-DTCP_SERVER_USE_EPOLL=1"],
|
|
||||||
"//tools/config:osx": [],
|
|
||||||
}),
|
|
||||||
hdrs = [
|
hdrs = [
|
||||||
"TCP_client.h",
|
"TCP_client.h",
|
||||||
"TCP_connection.h",
|
"TCP_connection.h",
|
||||||
"TCP_server.h",
|
"TCP_server.h",
|
||||||
],
|
],
|
||||||
|
copts = select({
|
||||||
|
"//tools/config:freebsd": [],
|
||||||
|
"//tools/config:linux": ["-DTCP_SERVER_USE_EPOLL=1"],
|
||||||
|
"//tools/config:osx": [],
|
||||||
|
}),
|
||||||
deps = [
|
deps = [
|
||||||
":crypto_core",
|
":crypto_core",
|
||||||
":list",
|
":list",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user