vcpkg icon indicating copy to clipboard operation
vcpkg copied to clipboard

[vcpkg script] Add Clang as ObjC Compiler when generating meson build

Open Naville opened this issue 2 years ago • 0 comments

Describe the pull request

  • What does your PR fix?

WIP. Don't merge Fixes #26147

  • Which triplets are supported/not supported? Have you updated the CI baseline?

NO

Probably? This is more of an PoC rather than an actual PR

  • If you have added/updated a port: Have you run ./vcpkg x-add-version --all and committed the result?

NO

  • Rationale

Clang is the only "officially" supported ObjC Compiler by Apple, so I think it's ok to enforce Clang here.
Although, we might want to add missing checks when Clang doesnt exist, or similar QoL improvements to this quick and dirty patch

Naville avatar Aug 09 '22 18:08 Naville