diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-10-25 23:40:31 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2018-10-25 23:40:31 +0200 |
commit | 852dd60cdb8c86567cdd2092566fd724a84b8af5 (patch) | |
tree | 4e55e453b4ab9778a7b1721b044af44e55c73e7d /meson.build | |
parent | ddce3fc8a75c95af8ff9526e03a24440052dda8c (diff) | |
download | efl-852dd60cdb8c86567cdd2092566fd724a84b8af5.tar.gz |
meson: do not add cs as required compiler
Summary: its only required when having mono
Reviewers: q66, netstar, jeyzu
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D7213
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b69113efa3..0d2224f7d0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('efl', ['c','cpp', 'cs'], +project('efl', ['c','cpp'], version: '1.21.99', default_options : ['buildtype=plain'], meson_version : '>=0.46' |