update toxcore Merge commit '3b6bb15e867a5f3895773554b1cfa928fcfd3e8f'
This commit is contained in:
@ -89,3 +89,10 @@ cc_binary(
|
||||
"//c-toxcore/toxcore:mono_time",
|
||||
],
|
||||
)
|
||||
|
||||
cc_binary(
|
||||
name = "decrypt_save",
|
||||
testonly = 1,
|
||||
srcs = ["decrypt_save.c"],
|
||||
deps = ["//c-toxcore/toxencryptsave"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user