Switch macOS static build to CMake (#1938)

This moves the tortuous flags out of our CI scripts,
and allows us to benefit from the libpng download caching.
This commit is contained in:
Eldred Habert
2026-04-13 04:26:15 +02:00
committed by GitHub
parent bc3572ec37
commit 65ec1af1e8
5 changed files with 47 additions and 33 deletions
+8
View File
@@ -31,6 +31,14 @@
"name": "msvc64",
"description": "Flags for building 64-bit executables with MSVC",
"architecture": "x64"
},
{
"name": "macos-static",
"description": "Flags for building an executable compatible with old macOS",
"cacheVariables": {
"CMAKE_PROJECT_TOP_LEVEL_INCLUDES": "cmake/macos-static.cmake"
}
}
]
}