summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-12-29 17:00:31 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-12-29 17:00:31 +0100
commit9e059f898ae1b0528cdde553fd51c661901e283a (patch)
treea24d9f742d35e89a97632583a854dd65e9529b17 /meson.build
parentf4881eb5e2892e75723b8cd26749b735741b52c4 (diff)
downloadneco-9e059f898ae1b0528cdde553fd51c661901e283a.tar
neco-9e059f898ae1b0528cdde553fd51c661901e283a.zip
Load config dirs
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index aaa8cf6..f8089e4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,5 @@
-project('pnc', 'c')
+project('pnc', 'c', default_options : ['c_std=c11'])
+add_project_arguments('-D_DEFAULT_SOURCE', language : 'c')
cc = meson.get_compiler('c')
ubox_dep = cc.find_library('ubox')