summaryrefslogtreecommitdiff
path: root/toxencryptsave
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-18 21:51:45 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-18 21:52:31 +0000
commit0a5be3cbc52d782663790a903e10cbdd0e8f654e (patch)
tree79cfaf23ed2ddddc976c35893697b99ac0a0dbcf /toxencryptsave
parent18a33169b8d9b96fc85d8819a1700c729cf794f6 (diff)
Use C99 standard in bazel builds.
Diffstat (limited to 'toxencryptsave')
-rw-r--r--toxencryptsave/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxencryptsave/BUILD b/toxencryptsave/BUILD
index 8b49d554..6dfb67b1 100644
--- a/toxencryptsave/BUILD
+++ b/toxencryptsave/BUILD
@@ -13,6 +13,9 @@ cc_library(
13 "defines.h", 13 "defines.h",
14 "toxencryptsave.h", 14 "toxencryptsave.h",
15 ], 15 ],
16 copts = [
17 "-std=c99",
18 ],
16 visibility = [ 19 visibility = [
17 "//visibility:public", 20 "//visibility:public",
18 ], 21 ],