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

Feature: Enable access to build.environment object methods #23

Closed
RobinMcCorkell opened this issue Nov 12, 2014 · 0 comments
Closed

Feature: Enable access to build.environment object methods #23

RobinMcCorkell opened this issue Nov 12, 2014 · 0 comments

Comments

@RobinMcCorkell
Copy link
Contributor

Certain methods, in particular get_exe_suffix(), get_shared_lib_suffix() and get_*dir(), can be very useful to use in meson.build. For example, when using install_subdirs to install a header hierarchy it would be ideal to not hardcode 'include' as the destination, instead using something like environment.get_includedir(). I don't know if the meson object is the best place for these methods, or if a new environment object should be created.

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