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 m2w64 stdlib insertion #2547

Closed
isuruf opened this issue May 6, 2024 · 0 comments · Fixed by #2551
Closed

Fix m2w64 stdlib insertion #2547

isuruf opened this issue May 6, 2024 · 0 comments · Fixed by #2551

Comments

@isuruf
Copy link
Member

isuruf commented May 6, 2024

For eg:

requirements:
   - {{ compiler('c') }}   # [unix]
   - {{ compiler('m2w64_c') }}  # [win]

should be transformed into

requirements:
   - {{ compiler('c') }}   # [unix]
   - {{ compiler('m2w64_c') }}  # [win]
   - {{ stdlib('c') }}   # [unix]
   - {{ stdlib('m2w64_c') }}  # [win]
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 a pull request may close this issue.

1 participant