Skip to content

Commit

Permalink
Merge pull request #2871 from isuruf/m2-pkg-config
Browse files Browse the repository at this point in the history
Remove use of m2-pkg-config
  • Loading branch information
isuruf authored Jul 26, 2024
2 parents be39a73 + d9bb471 commit 7253388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda_forge_tick/migrators/r_ucrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def _cleanup_raw_yaml(raw_yaml):
for line in raw_yaml.splitlines():
line = line.replace("{{ native }}", "")
line = line.replace("{{native}}", "")
line = line.replace("{{posix}}pkg-config", "pkg-config")
line = line.replace("{{ posix }}pkg-config", "pkg-config")
if "merge_build_host: " in line:
continue
if "- gcc-libs" in line:
Expand Down

0 comments on commit 7253388

Please # to comment.