diff options
Diffstat (limited to 'mesonbuild/templates/objctemplates.py')
| -rw-r--r-- | mesonbuild/templates/objctemplates.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mesonbuild/templates/objctemplates.py b/mesonbuild/templates/objctemplates.py index 8b73b365f..7dc3d4f98 100644 --- a/mesonbuild/templates/objctemplates.py +++ b/mesonbuild/templates/objctemplates.py @@ -74,7 +74,6 @@ dependencies = [{dependencies} ] sources = [{source_files} - ] # These arguments are only used to build the shared library @@ -83,7 +82,7 @@ lib_args = ['-DBUILDING_{utoken}'] lib = library( '{lib_name}', - [sources], + sources, install : true, objc_shared_args : lib_args, dependencies : dependencies, @@ -143,12 +142,11 @@ dependencies = [{dependencies} ] sources = [{source_files} - ] exe = executable( '{exe_name}', - [sources], + sources, dependencies : dependencies, install : true, ) |
