-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Absolute Paths not working with build-obj #3102
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
Comments
it gets prefixed with the target directory. Note that I think you might have been looking for |
How would I direct the output file to /dev/null? |
It sounds like for my
That way the Or maybe if Or another idea, I think in general it's quite confusing when path names passed to programs are treated as relative names to some other directory. In this case, it seems So I'm not sure what the right solution is here, but I think the current semantics are surprising and I'm still not sure how to correctly use these command-line options to get the results I want. Maybe more explanation on what these options are meant for would be helpful. |
|
Yes I don't have a good grasp on the reasoning behind each command-line option. There doesn't seem to be a good source of documentation on it and it can be hard to understand the "spirit" behind each one from looking at the source. Is one of you able to tell me how you would translate the Also, should it be an error if |
Let's discuss over in #3089. That's what you're actually trying to do, right? |
Reproduce with:
Zig is prefixing the
--name
argument with./
for some reason?The text was updated successfully, but these errors were encountered: