Skip to content

Commit

Permalink
Merge pull request #87 from BOINC/vko_fix_android_builds
Browse files Browse the repository at this point in the history
[boinc-autodock-vina] Fix paths to renamed vcpkg triplets
  • Loading branch information
AenBleidd authored Jul 27, 2023
2 parents 98cf70d + f744403 commit d53910c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vcpkg_triplets/default/arm-neon-android-static.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.

include(${CMAKE_CURRENT_LIST_DIR}/../vcpkg_root_find.cmake)
include(${VCPKG_ROOT}/triplets/community/arm-neon-android.cmake)
include(${VCPKG_ROOT}/triplets/arm-neon-android.cmake)

set(VCPKG_CMAKE_SYSTEM_VERSION 21)
set(VCPKG_MAKE_BUILD_TRIPLET -host=arm-linux)
2 changes: 1 addition & 1 deletion vcpkg_triplets/default/arm64-android-static.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.

include(${CMAKE_CURRENT_LIST_DIR}/../vcpkg_root_find.cmake)
include(${VCPKG_ROOT}/triplets/community/arm64-android.cmake)
include(${VCPKG_ROOT}/triplets/arm64-android.cmake)

set(VCPKG_CMAKE_SYSTEM_VERSION 21)
set(VCPKG_MAKE_BUILD_TRIPLET -host=aarch64-linux)
2 changes: 1 addition & 1 deletion vcpkg_triplets/default/x64-android-static.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.

include(${CMAKE_CURRENT_LIST_DIR}/../vcpkg_root_find.cmake)
include(${VCPKG_ROOT}/triplets/community/x64-android.cmake)
include(${VCPKG_ROOT}/triplets/x64-android.cmake)

set(VCPKG_CMAKE_SYSTEM_VERSION 21)
set(VCPKG_MAKE_BUILD_TRIPLET -host=x86_64-linux)

0 comments on commit d53910c

Please sign in to comment.