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

ninja: Pass absolute path of files to run targets #1011

Merged
merged 2 commits into from
Nov 10, 2016
Merged

ninja: Pass absolute path of files to run targets #1011

merged 2 commits into from
Nov 10, 2016

Conversation

nirbheek
Copy link
Member

@nirbheek nirbheek commented Nov 8, 2016

We already pass everything else (custom targets, build targets, etc) as absolute paths, and this is the only sane way to handle this till we rework the codebase to use File objects everywhere (after reworking the File object itself).

Fixes #957

We already pass everything else (custom targets, build targets, etc) as
absolute paths, and this is the only sane way to handle this till we
rework the codebase to use File objects everywhere (after reworking the
File object itself).

Fixes #957
@jpakkane jpakkane merged commit e02aaad into mesonbuild:master Nov 10, 2016
@nirbheek nirbheek deleted the runtarget-files-rel-builddir branch November 10, 2016 20:07
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

Successfully merging this pull request may close these issues.

2 participants