mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 08:23:07 +08:00
[pixman] Fixes compilation error on macOS arm64 (#29169)
* [pixman] fix compilation issue on macOS arm64 * x-add-version
This commit is contained in:
parent
bf1646e7b9
commit
9a8ce725d2
@ -37,6 +37,11 @@ if(VCPKG_TARGET_IS_WINDOWS AND VCPKG_TARGET_ARCHITECTURE MATCHES "arm")
|
||||
)
|
||||
endif()
|
||||
|
||||
if(VCPKG_TARGET_IS_OSX)
|
||||
# https://github.com/microsoft/vcpkg/issues/29168
|
||||
list(APPEND OPTIONS -Da64-neon=disabled)
|
||||
endif()
|
||||
|
||||
vcpkg_from_gitlab(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
GITLAB_URL https://gitlab.freedesktop.org
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pixman",
|
||||
"version": "0.42.2",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.",
|
||||
"homepage": "https://www.cairographics.org/releases",
|
||||
"license": "MIT",
|
||||
|
@ -5914,7 +5914,7 @@
|
||||
},
|
||||
"pixman": {
|
||||
"baseline": "0.42.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"pkgconf": {
|
||||
"baseline": "1.8.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a51c895edc5dd8067f51b600d631a5e8b32a65e8",
|
||||
"version": "0.42.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "f32a4f787dec8e87ac46200c3be33fc616493d98",
|
||||
"version": "0.42.2",
|
||||
|
Loading…
Reference in New Issue
Block a user