Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib_config misses PYTHONPATH entry #7

Open
mmaurus opened this issue Sep 24, 2020 · 0 comments
Open

lib_config misses PYTHONPATH entry #7

mmaurus opened this issue Sep 24, 2020 · 0 comments

Comments

@mmaurus
Copy link

mmaurus commented Sep 24, 2020

As lib_config has a python module, it should write the module path to the PYTHONPATH environment variable.

cmake_package 'tools/lib_config' do |pkg|
    pkg.env_add_path "PYTHONPATH", File.join(pkg.prefix, "lib")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant