Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkdeveloper committed Jul 4, 2022
1 parent 4e6e73d commit 58e964b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ conf.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('locale

# Other configs
conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
conf
add_global_arguments('-DDATADIR="' + get_option('datadir') + '"', language: 'c')
configure_file(output: 'config.h', configuration: conf)
config_h_dir = include_directories('.')
Expand Down

0 comments on commit 58e964b

Please sign in to comment.