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

-I= flag appears to not work the same way it did #21113

Open
fieldvoid opened this issue Mar 29, 2025 · 0 comments
Open

-I= flag appears to not work the same way it did #21113

fieldvoid opened this issue Mar 29, 2025 · 0 comments

Comments

@fieldvoid
Copy link

I have an old project that I believe I normally compiled with dmd -i -I=./source/ app.d because that's what I have in my makefile. It currently errors and the workaround is to write dmd -i -I=./source/ source/app.
It is possible that passing app.d that way was never supposed to work and that telling the compiler exactly where it is located is the intended behavior, but in case this is a bug, I am opening this as an issue.

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