Fix build on osx-arm64

This commit is contained in:
Laura Hausmann 2023-01-14 05:49:37 +01:00
parent d321e3f780
commit cb4d046adf
Signed by: zotan
GPG key ID: D044E84C5BE01605
4 changed files with 11 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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

6
nuget.config Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="TdlibNativeLocalSource" value="tdlib.native.osx.arm64" />
</packageSources>
</configuration>

@ -0,0 +1 @@
Subproject commit 113435aaf0b6f446d3d696ae34ade02b563d2ed9

View file

@ -8,6 +8,7 @@
<ItemGroup>
<PackageReference Include="TDLib" Version="1.8.9" />
<PackageReference Include="tdlib.native" Version="1.8.9" />
<PackageReference Include="tdlib.native.osx.arm64" Version="1.8.9" />
<PackageReference Include="Unicode.net" Version="2.0.0" />
</ItemGroup>