Skip to content

Commit

Permalink
Merge pull request #2997 from isuruf/m2w64
Browse files Browse the repository at this point in the history
replace m2w64-toolchain
  • Loading branch information
isuruf authored Sep 5, 2024
2 parents b9404fe + b48bb51 commit 8236238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda_forge_tick/migrators/r_ucrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def _cleanup_raw_yaml(raw_yaml):
line = line.replace("{{native}}", "")
line = line.replace("{{posix}}pkg-config", "pkg-config")
line = line.replace("{{ posix }}pkg-config", "pkg-config")
line = line.replace("- m2w64-toolchain", "- {{ compiler('m2w64_c') }}")
if "merge_build_host: " in line:
continue
if "- gcc-libs" in line:
Expand Down

0 comments on commit 8236238

Please sign in to comment.