swiftlang / swift-markdown

A Swift package for parsing, building, editing, and analyzing Markdown documents.
https://swiftpackageindex.com/swiftlang/swift-markdown/documentation/markdown
Apache License 2.0
2.79k stars 191 forks source link

[cmake] Recognize "arm64" as a supported arch #207

Closed Steelskin closed 2 weeks ago

Steelskin commented 2 weeks ago

Summary

On macOS with ARM processors, CMAKE_SYSTEM_PROCESSOR is set to "arm64", which was not properly recognized as an "aarch64" architecture.

Dependencies

N/A

Testing

Build with CMake on a Mac with an ARM processor.

Checklist

Make sure you check off the following items. If they cannot be completed, provide a reason.

compnerd commented 2 weeks ago

@swift-ci please test