aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-07 15:29:30 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-07 15:48:50 +0200
commit31ebb7b975639ece82f8cc15d550097989c4b449 (patch)
treecbf7b2480ce67722464d86b24d04dedb3527c0d1 /meson.build
parentcd6b75229a4f4b648945418ee49e7c23e24bbeeb (diff)
Don't use emacs' python-mode for meson files
There is a proper meson-mode now.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index ad934de..df96f96 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,3 @@
-# Attention, emacs, please use -*- mode: python -*-
-# (even though this isn't actually Python code)
-
project('libfuse3', 'c', version: '3.0.2',
meson_version: '>= 0.38',
default_options: [ 'buildtype=plain' ])