Skip to content

Commit cf04264

Browse files
TrihedrafAJenbo
authored andcommitted
enable iOS ZeroTier
1 parent d87c0dc commit cf04264

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/iOS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
uses: actions/cache@v4
4040
with:
4141
path: build
42-
key: ${{ github.workflow }}-v4-${{ github.sha }}
43-
restore-keys: ${{ github.workflow }}-v4-
42+
key: ${{ github.workflow }}-v5-${{ github.sha }}
43+
restore-keys: ${{ github.workflow }}-v5-
4444

4545
- name: Configure CMake
4646
# Use a bash shell so we can use the same syntax for environment variable

3rdParty/libzt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(BUILD_HOST_SELFTEST OFF)
55
include(FetchContent)
66
FetchContent_Declare_ExcludeFromAll(libzt
77
GIT_REPOSITORY https://github.com/diasurgical/libzt.git
8-
GIT_TAG 72a518bcf7d87e32f718ca612ce2c8303ceedd12)
8+
GIT_TAG 1a9d83b8c4c2bdcd7ea6d8ab1dd2771b16eb4e13)
99
FetchContent_MakeAvailable_ExcludeFromAll(libzt)
1010

1111
if(NOT ANDROID)

CMake/platforms/ios.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ set(DEVILUTIONX_SYSTEM_LIBSODIUM OFF)
1212
set(DEVILUTIONX_SYSTEM_LIBPNG OFF)
1313
set(DEVILUTIONX_SYSTEM_LIBFMT OFF)
1414

15-
set(DISABLE_ZERO_TIER ON)
1615
set(NOEXIT ON)
1716

1817
# Disable sanitizers. They're not supported out-of-the-box.

0 commit comments

Comments
 (0)