[cglm] Allow building for arm platforms. (#35607)

This works for arm (at least on macOS).
This commit is contained in:
Bruce Mitchener 2023-12-14 14:39:34 +07:00 committed by GitHub
parent 32e4877eec
commit 77c73ede01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -1,10 +1,11 @@
{
"name": "cglm",
"version-semver": "0.9.1",
"port-version": 1,
"description": "Highly Optimized Graphics Math (glm) for C",
"homepage": "https://github.com/recp/cglm",
"license": "MIT",
"supports": "!(arm | uwp)",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -1518,7 +1518,7 @@
},
"cglm": {
"baseline": "0.9.1",
"port-version": 0
"port-version": 1
},
"cgltf": {
"baseline": "1.13",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "996a91ff669c42bc3976231465129ab0f706eb54",
"version-semver": "0.9.1",
"port-version": 1
},
{
"git-tree": "bd33408300b3151706176a80ff4ef80bf6e10284",
"version-semver": "0.9.1",