Skip to content

Commit

Permalink
update lua install_dir to match cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jason committed Aug 9, 2024
1 parent 41578b7 commit 9c20502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcm-lua/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if not is_disabler(proceed_build)
dependencies : [lcm_lib_dep, lua_dep],
name_prefix : '',
# install_dir : lua_libdir,
install_dir : 'lua' / lua_version,
install_dir : get_option('libdir') / 'lua' / lua_version,
install : true)
endif

Expand Down

0 comments on commit 9c20502

Please sign in to comment.