Skip to content

Commit

Permalink
Merge pull request #244 from higor-melo/add-aggregator-test-helpers
Browse files Browse the repository at this point in the history
feat: add RUBYLIB for aggregator test helpers
  • Loading branch information
doudou authored Nov 7, 2024
2 parents f3fbf84 + afc21eb commit 4df8e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 04stable.autobuild
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ in_flavor 'master', 'stable' do
end
orogen_package 'drivers/orogen/aggregator' do |pkg|
pkg.env_add_path 'OROGEN_PLUGIN_PATH', File.join(pkg.prefix, "share", "orogen", "plugins" )
pkg.env_add_path 'RUBYLIB', File.join(pkg.prefix, "share", "aggregator", "lib")
end
orogen_package 'drivers/orogen/transformer' do |pkg|
pkg.env_add_path 'OROGEN_PLUGIN_PATH', File.join(pkg.prefix, "share", "orogen", "plugins" )
Expand Down

0 comments on commit 4df8e82

Please sign in to comment.