From 6b650fb6fb08c058221ca08d7982ee07147fec77 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 11 Oct 2014 12:43:36 +0300 Subject: [PATCH] Compile OS X .m files in C99 mode Some features, such as // comments and mixed declarations and code, are not compatible with ANSI C. --- Build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Build b/Build index 5ff4f78..75f7884 100644 --- a/Build +++ b/Build @@ -127,6 +127,10 @@ package "mspgui" { overlay "cgl"; }; + build_info + { + standard CC "c99"; + }; }; if_arch "!windows & !darwin" { -- 2.43.0