summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 40abe08..3d101a4 100644
--- a/meson.build
+++ b/meson.build
@@ -5,6 +5,7 @@ project('usurpation', 'c',
progname = 'alg'
add_project_arguments('-D', '_GNU_SOURCE', language : 'c')
+add_project_arguments('-fplan9-extensions', language : 'c')
subdir('src')