From cb4d046adf3c54dc21b44f73605016c2dde45bec Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 14 Jan 2023 05:49:37 +0100 Subject: [PATCH] Fix build on osx-arm64 --- .gitmodules | 3 +++ nuget.config | 6 ++++++ tdlib.native.osx.arm64 | 1 + tgcli/tgcli.csproj | 1 + 4 files changed, 11 insertions(+) create mode 100644 nuget.config create mode 160000 tdlib.native.osx.arm64 diff --git a/.gitmodules b/.gitmodules index 4f01f49..f5b9d97 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "tdsharp"] path = tdsharp url = https://github.com/egramtel/tdsharp +[submodule "tdlib.native.osx.arm64"] + path = tdlib.native.osx.arm64 + url = https://git.ztn.sh/zotan/tdlib.native.osx.arm64 diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..581ebc7 --- /dev/null +++ b/nuget.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/tdlib.native.osx.arm64 b/tdlib.native.osx.arm64 new file mode 160000 index 0000000..113435a --- /dev/null +++ b/tdlib.native.osx.arm64 @@ -0,0 +1 @@ +Subproject commit 113435aaf0b6f446d3d696ae34ade02b563d2ed9 diff --git a/tgcli/tgcli.csproj b/tgcli/tgcli.csproj index 2f02114..4bd8940 100644 --- a/tgcli/tgcli.csproj +++ b/tgcli/tgcli.csproj @@ -8,6 +8,7 @@ +