this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27716 from avsm/fix-mpopcnt

fix Base compilation on macOS 10.4 on arm64

authored by

Sora Morimoto and committed by
GitHub
598efb46 93853e3a

+8
+8
packages/base/base.v0.17.1/opam
··· 39 39 "sha512=ed5eb5e83d8085fc06f111862d609b393e394bbdcc6e25bab50030a250ffa2e540dbee02169b6f28ec220f10f61d189cd7b5646eece910c63620f5174fb5a655" 40 40 ] 41 41 } 42 + patches: ["fix-mpopcnt.patch" { arch="arm64" & os="macos"} ] 43 + extra-source "fix-mpopcnt.patch" { 44 + src: 45 + "https://patch-diff.githubusercontent.com/raw/janestreet/base/pull/180.diff" 46 + checksum: [ 47 + "sha256=78fecf4719e82aec5fc17a1140df18b07c1a640d3336c39dcd5cd85206bcede3" 48 + ] 49 + }