Skip to content

Commit

Permalink
not
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and nirvn committed Feb 25, 2024
1 parent a236dc4 commit 8440a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcpkg/ports/qgis-qt6/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
endif()

# crssync only runs when building natively. If we are cross-compiling, copy the srs.cb from the host installation.
if(HOST_TRIPLET STREQUAL TARGET_TRIPLET)
if(NOT HOST_TRIPLET STREQUAL TARGET_TRIPLET)
file(COPY "${CURRENT_HOST_INSTALLED_DIR}/share/qgis/resources/srs.db" "${CURRENT_PACKAGES_DIR}/share/qgis/resources/srs.db")
endif()

Expand Down

0 comments on commit 8440a10

Please sign in to comment.