@@ 1,4 1,4 @@
-project('wofij', ['c', 'java'], default_options : ['buildtype=release', 'warning_level=2', 'b_lundef=false'])
+project('wofij', 'c', 'java', default_options : ['buildtype=release', 'warning_level=2', 'b_lundef=false'])
cc = meson.get_compiler('c')
wofi = dependency('wofi')
@@ 29,4 29,4 @@ sources = [srcdir + '/cache_jni.c',
jar(meson.project_name(), jsources)
-shared_library('wofi_jni', sources, include_directories : inc, dependencies : deps)
No newline at end of file
+shared_library('wofi_jni', sources, include_directories : inc, dependencies : deps)