Skip to content

Commit

Permalink
Merge pull request #3005 from isuruf/pkg-config
Browse files Browse the repository at this point in the history
Fix pkg-config
  • Loading branch information
isuruf authored Sep 17, 2024
2 parents 59c1233 + cd02b38 commit 3001670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_tick/migrators/r_ucrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +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-pkg-config", "pkg-config")
line = line.replace("- m2w64-pkg-config", "- pkg-config")
line = line.replace("- m2w64-toolchain", "- {{ compiler('m2w64_c') }}")
line = line.replace("- posix", "- m2-base")
if "merge_build_host: " in line:
Expand Down

0 comments on commit 3001670

Please sign in to comment.