Browse Source

enable iOS ZeroTier

pull/8188/head
Trihedraf 6 months ago committed by Anders Jenbo
parent
commit
6271b3b221
  1. 4
      .github/workflows/iOS.yml
  2. 2
      3rdParty/libzt/CMakeLists.txt
  3. 1
      CMake/platforms/ios.cmake

4
.github/workflows/iOS.yml

@ -36,8 +36,8 @@ jobs:
uses: actions/cache@v3
with:
path: build
key: ${{ github.workflow }}-v1.5-${{ github.sha }}
restore-keys: ${{ github.workflow }}-v1.5-
key: ${{ github.workflow }}-v1.5-2-${{ github.sha }}
restore-keys: ${{ github.workflow }}-v1.5-2-
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable

2
3rdParty/libzt/CMakeLists.txt vendored

@ -5,7 +5,7 @@ set(BUILD_HOST_SELFTEST OFF)
include(FetchContent)
FetchContent_Declare(libzt
GIT_REPOSITORY https://github.com/diasurgical/libzt.git
GIT_TAG 72a518bcf7d87e32f718ca612ce2c8303ceedd12)
GIT_TAG 1a9d83b8c4c2bdcd7ea6d8ab1dd2771b16eb4e13)
FetchContent_MakeAvailableExcludeFromAll(libzt)
if(NOT ANDROID)

1
CMake/platforms/ios.cmake

@ -12,7 +12,6 @@ set(DEVILUTIONX_SYSTEM_LIBSODIUM OFF)
set(DEVILUTIONX_SYSTEM_LIBPNG OFF)
set(DEVILUTIONX_SYSTEM_LIBFMT OFF)
set(DISABLE_ZERO_TIER ON)
set(NOEXIT ON)
# Disable sanitizers. They're not supported out-of-the-box.

Loading…
Cancel
Save