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

fix calling win makefiles w/ MODEL=32 #6585

Merged
merged 1 commit into from
Mar 3, 2017

Conversation

MartinNowak
Copy link
Member

  • calling submake didn't forward MODEL, thus used a different
    generated folder, and failed w/ a missing target rule
  • as MODEL was undefined, the generated folders were actually
    the same between win32.mak and win64.mak
  • fixed by using/forwarding MODEL

- calling submake didn't forward MODEL, thus used a different
  generated folder, and failed w/ a missing target rule
- as MODEL was undefined, the generated folders were actually
  the same between win32.mak and win64.mak
- fixed by using/forwarding MODEL
@dlang-bot dlang-bot merged commit 659bc25 into dlang:master Mar 3, 2017
@MartinNowak MartinNowak deleted the fix_win_makefiles branch March 3, 2017 18:58
@wilzbach wilzbach mentioned this pull request Dec 15, 2017
15 tasks
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.

3 participants