From 0a5be3cbc52d782663790a903e10cbdd0e8f654e Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 18 Jan 2018 21:51:45 +0000 Subject: Use C99 standard in bazel builds. --- toxencryptsave/BUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toxencryptsave/BUILD') diff --git a/toxencryptsave/BUILD b/toxencryptsave/BUILD index 8b49d554..6dfb67b1 100644 --- a/toxencryptsave/BUILD +++ b/toxencryptsave/BUILD @@ -13,6 +13,9 @@ cc_library( "defines.h", "toxencryptsave.h", ], + copts = [ + "-std=c99", + ], visibility = [ "//visibility:public", ], -- cgit v1.2.3