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

avoid {}s in generated Makefile code to avoid breaking dmake #51

Merged
merged 1 commit into from Feb 17, 2015

Conversation

wchristian
Copy link
Contributor

dmake handles { and } in a special manner, which means that $(INST_ARCHLIB) was never interpolated, but passed on as it is, which in turn broke the cleanup phase of Inline::C.

They could be interpolated for dmake, and EUMM does that usually when generating, but it's less of a hassle to simply avoid them in the first place.

Fixes ingydotnet/inline-c-pm#36

dmake handles { and } in a special manner, which means that $(INST_ARCHLIB)
was never interpolated, but passed on as it is, which in turn broke the
cleanup phase of Inline::C.

They could be interpolated for dmake, and EUMM does that usually when
generating, but it's less of a hassle to simply avoid them in the first
place.

Fixes ingydotnet/inline-c-pm#36
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.

t/27inline_maker.t fails on MS Windows
2 participants