Skip to content

Commit

Permalink
remove building java because broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jason committed Jul 24, 2024
1 parent ab94a8d commit c09c279
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ if not get_option('lcm_enable_python').disabled()
endif

# Java (Work in progress)
if not get_option('lcm_enable_java').disabled()
add_languages('java')
subdir('lcm-java')
# add_custom_target(['lcm-spy', 'DEPENDS', 'lcm-spy-alias'])
# add_custom_target(['lcm-logplayer-gui', 'DEPENDS', 'lcm-logplayer-gui-alias'])
endif
# if not get_option('lcm_enable_java').disabled()
# add_languages('java')
# subdir('lcm-java')
# add_custom_target(['lcm-spy', 'DEPENDS', 'lcm-spy-alias'])
# add_custom_target(['lcm-logplayer-gui', 'DEPENDS', 'lcm-logplayer-gui-alias'])
# endif

# Lua
if not get_option('lcm_enable_lua').disabled()
Expand Down

0 comments on commit c09c279

Please sign in to comment.