aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-02-03 22:34:58 +0100
committerdec05eba <dec05eba@protonmail.com>2020-02-03 22:34:58 +0100
commitcd786ced0f04d9383cde1c451f0bab18135072bd (patch)
tree12b2c40014bcbb76d8c3251d5beb150d4f45529b /project.conf
parentb5ad3f1202f247ba508cdf6e302ca57fead96439 (diff)
Make c89 compliant
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/project.conf b/project.conf
index beb295a..c83623b 100644
--- a/project.conf
+++ b/project.conf
@@ -4,6 +4,9 @@ type = "static"
version = "0.1.0"
platforms = ["any"]
+[lang.c]
+version = "c89"
+
[config]
expose_include_dirs = ["include"]
error_on_warning = "true"