Skip to content

Commit

Permalink
Adjust for hse-java changes (#542) (#547)
Browse files Browse the repository at this point in the history
Signed-off-by: Tristan Partin <tpartin@micron.com>
Signed-off-by: Alex Tomlinson <4172734+alexttx@users.noreply.github.com>
Co-authored-by: Tristan Partin <tpartin@micron.com>
  • Loading branch information
alexttx and tristan957 committed Nov 10, 2022
1 parent 3788c11 commit b28fcfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'hse',
['c'],
'c',
version: files('VERSION'),
license: 'Apache-2.0',
default_options: [
Expand Down Expand Up @@ -434,7 +434,7 @@ if 'java' in bindings or 'auto' in bindings
'hse-java',
required: 'java' in bindings,
default_options: [
'docs=disabled',
'docs=false',
'tests=@0@'.format(get_option('tests')),
]
)
Expand Down

0 comments on commit b28fcfc

Please sign in to comment.