Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gdal] typo in portfile.cmake #42413

Closed
Thorwyn101 opened this issue Nov 28, 2024 · 0 comments · Fixed by #42418
Closed

[gdal] typo in portfile.cmake #42413

Thorwyn101 opened this issue Nov 28, 2024 · 0 comments · Fixed by #42418
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@Thorwyn101
Copy link

Describe the bug

line 69 ff in portfile.cmake (https://github.com/microsoft/vcpkg/blob/master/ports/gdal/portfile.cmake)

# Compatibility with older Android versions https://github.com/OSGeo/gdal/pull/5941
if(VCPKG_TARGET_IS_ANDROID AND ANRDOID_PLATFORM VERSION_LESS 24 AND (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm"))
    list(APPEND FEATURE_OPTIONS -DBUILD_WITHOUT_64BIT_OFFSET=ON)
endif()

ANRDOID_PLATFORM should be ANDROID_PLATFORM

@jimwang118 jimwang118 added the category:port-bug The issue is with a library, which is something the port should already support label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants