diff options
-rw-r--r-- | mesonbuild/templates/mesontemplates.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/templates/mesontemplates.py b/mesonbuild/templates/mesontemplates.py index 2739c9d..6b341a2 100644 --- a/mesonbuild/templates/mesontemplates.py +++ b/mesonbuild/templates/mesontemplates.py @@ -27,8 +27,8 @@ meson_jar_template = '''project('{project_name}', '{language}', default_options : [{default_options}]) jar('{executable}', - {sourcespec},{depspec}, - main_class: {main_class}, + {sourcespec},{depspec} + main_class: '{main_class}', install : true) ''' |